summaryrefslogtreecommitdiffstats
path: root/lib/libc/softfloat
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/softfloat')
-rw-r--r--lib/libc/softfloat/bits32/softfloat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/softfloat/bits32/softfloat.c b/lib/libc/softfloat/bits32/softfloat.c
index eaa6f6e..7785c4e 100644
--- a/lib/libc/softfloat/bits32/softfloat.c
+++ b/lib/libc/softfloat/bits32/softfloat.c
@@ -77,7 +77,7 @@ __FBSDID("$FreeBSD$");
Floating-point rounding mode and exception flags.
-------------------------------------------------------------------------------
*/
-fp_rnd float_rounding_mode = float_round_nearest_even;
+fp_rnd_t float_rounding_mode = float_round_nearest_even;
fp_except float_exception_flags = 0;
/*
OpenPOWER on IntegriCloud