diff options
Diffstat (limited to 'sys/arch/sparc/include/float.h')
| -rw-r--r-- | sys/arch/sparc/include/float.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sparc/include/float.h b/sys/arch/sparc/include/float.h index eadcad4d141..8a724573044 100644 --- a/sys/arch/sparc/include/float.h +++ b/sys/arch/sparc/include/float.h @@ -1,4 +1,5 @@ -/* $NetBSD: float.h,v 1.5 1995/06/20 20:45:53 jtc Exp $ */ +/* $OpenBSD: float.h,v 1.3 1997/08/08 08:26:19 downsj Exp $ */ +/* $NetBSD: float.h,v 1.6 1997/07/18 05:11:52 thorpej Exp $ */ /* * Copyright (c) 1992, 1993 @@ -50,7 +51,7 @@ #include <sys/cdefs.h> __BEGIN_DECLS -int __flt_rounds __P((void)); +int __flt_rounds __P((void)); __END_DECLS #define FLT_RADIX 2 /* b */ |
