summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include/float.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/arm/include/float.h')
-rw-r--r--sys/arch/arm/include/float.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm/include/float.h b/sys/arch/arm/include/float.h
index 1466dd4e7d7..0795daaad25 100644
--- a/sys/arch/arm/include/float.h
+++ b/sys/arch/arm/include/float.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: float.h,v 1.1 2004/02/01 05:09:49 drahn Exp $ */
+/* $OpenBSD: float.h,v 1.2 2004/05/19 03:17:07 drahn Exp $ */
/* $NetBSD: float.h,v 1.1 2001/01/10 19:02:06 bjh21 Exp $ */
/*
@@ -51,7 +51,7 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
-extern int __flt_rounds __P((void));
+extern int __flt_rounds (void);
__END_DECLS
#define FLT_RADIX 2 /* b */