diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-01 21:35:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-01 21:35:37 +0000 |
commit | 8b542be04f44ace75db3085327c2135a1d102c8a (patch) | |
tree | a039eb802b895bdbd114c9e84393b65dad5d48c9 /sys/arch/m68k/include | |
parent | f769129b312d5d01322196e7def1d68b12565ff5 (diff) |
proto __flt_rounds correctly
Diffstat (limited to 'sys/arch/m68k/include')
-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 */ |