summaryrefslogtreecommitdiff
path: root/sys/alpha
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-08-17 08:08:15 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-08-17 08:08:15 +0000
commite065e1b70ff0ea89b69f6ac9881c8c6032c96350 (patch)
treeda3c21a68c53397db901b67fabf6f05d5a1b8eae /sys/alpha
parent6c7f93e6a83e6e39e6ed7777499f9d6ed9a1d5ac (diff)
Notes
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/include/ieeefp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/include/ieeefp.h b/sys/alpha/include/ieeefp.h
index b357101c0cea..034c417feb3f 100644
--- a/sys/alpha/include/ieeefp.h
+++ b/sys/alpha/include/ieeefp.h
@@ -24,6 +24,6 @@ typedef enum {
FP_RM=1, /* round toward negative infinity */
FP_RN=2, /* round to nearest representable number */
FP_RP=3 /* round toward positive infinity */
-} fp_rnd;
+} fp_rnd_t;
#endif /* _ALPHA_IEEEFP_H_ */