aboutsummaryrefslogtreecommitdiff
path: root/lib
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 /lib
parent317e99beec61f025c149841ae81d51d3bb476662 (diff)
downloadsrc-bde8875a0659687c21064f965e743d6d2b0f1401.tar.gz
src-bde8875a0659687c21064f965e743d6d2b0f1401.zip
Finish moving all IEEE fp types to be the same on all arch's.
Notes
Notes: svn path=/head/; revision=60338
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/alpha/gen/fpgetround.c2
-rw-r--r--lib/libc/alpha/gen/fpsetround.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/alpha/gen/fpgetround.c b/lib/libc/alpha/gen/fpgetround.c
index 0cde40f0b2d5..551e65eea78a 100644
--- a/lib/libc/alpha/gen/fpgetround.c
+++ b/lib/libc/alpha/gen/fpgetround.c
@@ -36,7 +36,7 @@
#include <ieeefp.h>
#include <machine/fpu.h>
-fp_rnd
+fp_rnd_t
fpgetround()
{
double fpcrval;
diff --git a/lib/libc/alpha/gen/fpsetround.c b/lib/libc/alpha/gen/fpsetround.c
index 330898395b63..df924ddf1253 100644
--- a/lib/libc/alpha/gen/fpsetround.c
+++ b/lib/libc/alpha/gen/fpsetround.c
@@ -36,9 +36,9 @@
#include <ieeefp.h>
#include <machine/fpu.h>
-fp_rnd
+fp_rnd_t
fpsetround(rnd_dir)
- fp_rnd rnd_dir;
+ fp_rnd_t rnd_dir;
{
double fpcrval;
u_int64_t old, new;