summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-05-10 19:41:40 +0000
committerjhb <jhb@FreeBSD.org>2000-05-10 19:41:40 +0000
commit13d30a3d176ece7bf0536aa2932c15330b0d0c5d (patch)
tree308b0178cf572b517ef024d8d319bf4980fe8075 /lib/libc
parenta275067a3500b8373e78f16e8f21b972df7a040a (diff)
downloadFreeBSD-src-13d30a3d176ece7bf0536aa2932c15330b0d0c5d.zip
FreeBSD-src-13d30a3d176ece7bf0536aa2932c15330b0d0c5d.tar.gz
Finish moving all IEEE fp types to be the same on all arch's.
Diffstat (limited to 'lib/libc')
-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 0cde40f..551e65e 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 3308983..df924dd 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;
OpenPOWER on IntegriCloud