diff options
Diffstat (limited to 'sys/arch/m68k/include/float.h')
-rw-r--r-- | sys/arch/m68k/include/float.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m68k/include/float.h b/sys/arch/m68k/include/float.h index a77f26d05ff..7b3109c3cc6 100644 --- a/sys/arch/m68k/include/float.h +++ b/sys/arch/m68k/include/float.h @@ -1,4 +1,4 @@ -/* $OpenBSD: float.h,v 1.2 1996/05/29 18:38:31 niklas Exp $ */ +/* $OpenBSD: float.h,v 1.3 1997/08/01 21:35:28 deraadt Exp $ */ /* $NetBSD: float.h,v 1.10 1995/06/20 20:45:41 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 */ |