aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-05-10 19:41:40 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-05-10 19:41:40 +0000
commitbde8875a0659687c21064f965e743d6d2b0f1401 (patch)
tree0b9a3819b8167d20dc6cddf93dbb967e8ae31b24 /include
parent317e99beec61f025c149841ae81d51d3bb476662 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/ieeefp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ieeefp.h b/include/ieeefp.h
index 4ae8bc81bd43..d439efa3575a 100644
--- a/include/ieeefp.h
+++ b/include/ieeefp.h
@@ -16,8 +16,8 @@
#include <machine/floatingpoint.h>
#else /* !__i386__ */
__BEGIN_DECLS
-extern fp_rnd fpgetround __P((void));
-extern fp_rnd fpsetround __P((fp_rnd));
+extern fp_rnd_t fpgetround __P((void));
+extern fp_rnd_t fpsetround __P((fp_rnd_t));
extern fp_except_t fpgetmask __P((void));
extern fp_except_t fpsetmask __P((fp_except_t));
extern fp_except_t fpgetsticky __P((void));