summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_llround.c
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2005-04-08 00:52:27 +0000
committerdas <das@FreeBSD.org>2005-04-08 00:52:27 +0000
commit4df744a4717c111c1ef2d75a7215e2a785dfc73c (patch)
tree124df50360259a8b228d6e40b194b26bf5f4ea97 /lib/msun/src/s_llround.c
parent9977034544c280b2c4a724ab4438499d91b12086 (diff)
downloadFreeBSD-src-4df744a4717c111c1ef2d75a7215e2a785dfc73c.zip
FreeBSD-src-4df744a4717c111c1ef2d75a7215e2a785dfc73c.tar.gz
These files should include s_lround.c instead of s_lrint.c.
This only matters for efficiency, not for correctness.
Diffstat (limited to 'lib/msun/src/s_llround.c')
-rw-r--r--lib/msun/src/s_llround.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/src/s_llround.c b/lib/msun/src/s_llround.c
index f907c05..827dfc1 100644
--- a/lib/msun/src/s_llround.c
+++ b/lib/msun/src/s_llround.c
@@ -8,4 +8,4 @@ __FBSDID("$FreeBSD$");
#define DTYPE_MAX LLONG_MAX
#define fn llround
-#include "s_lrint.c"
+#include "s_lround.c"
OpenPOWER on IntegriCloud