summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/float.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-21 00:06:55 +0000
committeralfred <alfred@FreeBSD.org>2002-03-21 00:06:55 +0000
commite1ec4d77dcf9547ad4c02a371fcae1d9f176c338 (patch)
treeb248d8d0b7baa5aa9c99007bde534f84f39ee879 /sys/sparc64/include/float.h
parentcd2525164f0b535f47c4e477375e21c30053d59e (diff)
downloadFreeBSD-src-e1ec4d77dcf9547ad4c02a371fcae1d9f176c338.zip
FreeBSD-src-e1ec4d77dcf9547ad4c02a371fcae1d9f176c338.tar.gz
Remove __P.
profile.h and bus.h were excluded because there is currently WIP. Reviewed by: tmm
Diffstat (limited to 'sys/sparc64/include/float.h')
-rw-r--r--sys/sparc64/include/float.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/include/float.h b/sys/sparc64/include/float.h
index b8467ee..96eab37 100644
--- a/sys/sparc64/include/float.h
+++ b/sys/sparc64/include/float.h
@@ -50,7 +50,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 */
OpenPOWER on IntegriCloud