Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/arch/arm/gen Use c89 function declaration.



details:   https://anonhg.NetBSD.org/src/rev/720f8ec832e1
branches:  trunk
changeset: 778312:720f8ec832e1
user:      he <he%NetBSD.org@localhost>
date:      Wed Mar 21 20:04:57 2012 +0000

description:
Use c89 function declaration.

diffstat:

 lib/libc/arch/arm/gen/flt_rounds.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0229052c96d5 -r 720f8ec832e1 lib/libc/arch/arm/gen/flt_rounds.c
--- a/lib/libc/arch/arm/gen/flt_rounds.c        Wed Mar 21 20:02:56 2012 +0000
+++ b/lib/libc/arch/arm/gen/flt_rounds.c        Wed Mar 21 20:04:57 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: flt_rounds.c,v 1.3 2006/02/25 00:58:35 wiz Exp $       */
+/*     $NetBSD: flt_rounds.c,v 1.4 2012/03/21 20:04:57 he Exp $        */
 
 /*
  * Copyright (c) 1996 Mark Brinicombe
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: flt_rounds.c,v 1.3 2006/02/25 00:58:35 wiz Exp $");
+__RCSID("$NetBSD: flt_rounds.c,v 1.4 2012/03/21 20:04:57 he Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
@@ -75,7 +75,7 @@
 int __flt_rounds(void);
 
 int
-__flt_rounds()
+__flt_rounds(void)
 {
        return(map[fpgetround()]);
 }



Home | Main Index | Thread Index | Old Index