diff options
Diffstat (limited to 'sys/arch/wgrisc/include/float.h')
-rw-r--r-- | sys/arch/wgrisc/include/float.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/wgrisc/include/float.h b/sys/arch/wgrisc/include/float.h index 19c9ee76e9b..2eb31b1adc9 100644 --- a/sys/arch/wgrisc/include/float.h +++ b/sys/arch/wgrisc/include/float.h @@ -1,4 +1,4 @@ -/* $OpenBSD: float.h,v 1.1 1997/02/06 16:02:43 pefo Exp $ */ +/* $OpenBSD: float.h,v 1.2 1997/08/01 21:35:36 deraadt Exp $ */ /* $NetBSD: float.h,v 1.7 1995/06/20 20:45:50 jtc Exp $ */ /* @@ -42,7 +42,7 @@ #include <sys/cdefs.h> __BEGIN_DECLS -extern int __flt_rounds(); +int __flt_rounds __P((void)); __END_DECLS #define FLT_RADIX 2 /* b */ |