summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-08-01 21:35:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-08-01 21:35:37 +0000
commit8b542be04f44ace75db3085327c2135a1d102c8a (patch)
treea039eb802b895bdbd114c9e84393b65dad5d48c9 /sys/arch/sparc
parentf769129b312d5d01322196e7def1d68b12565ff5 (diff)
proto __flt_rounds correctly
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r--sys/arch/sparc/include/float.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sparc/include/float.h b/sys/arch/sparc/include/float.h
index 8022d3aa8b4..eadcad4d141 100644
--- a/sys/arch/sparc/include/float.h
+++ b/sys/arch/sparc/include/float.h
@@ -50,7 +50,7 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
-extern int __flt_rounds();
+int __flt_rounds __P((void));
__END_DECLS
#define FLT_RADIX 2 /* b */