From ef8150870e5acf935d8d5a80d0e04b08a14c5c14 Mon Sep 17 00:00:00 2001 From: cognet Date: Wed, 8 Dec 2004 18:41:42 +0000 Subject: Oooops I forgot to commit that. Use fp_rnd_t, not fp_rnd. Reported by: Jia-Shiun Li (jiashiun at gmail dot com) --- lib/libc/softfloat/bits32/softfloat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/softfloat') 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; /* -- cgit v1.1