summaryrefslogtreecommitdiffstats
path: root/include/tgmath.h
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-09-03 23:26:55 +0000
committerstefanf <stefanf@FreeBSD.org>2004-09-03 23:26:55 +0000
commit2a3d4ce88cf449b85f9f739976109465f9813001 (patch)
treec53b7003f249fd5096bfd7e4aa09f56227b597d5 /include/tgmath.h
parent7756afcabef9d51ed5faed1bb470cb01cd3ee4af (diff)
downloadFreeBSD-src-2a3d4ce88cf449b85f9f739976109465f9813001.zip
FreeBSD-src-2a3d4ce88cf449b85f9f739976109465f9813001.tar.gz
Embarrassing typo: s/nextbyint/nearbyint/
Diffstat (limited to 'include/tgmath.h')
-rw-r--r--include/tgmath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tgmath.h b/include/tgmath.h
index cdfcd12..2dbb8fd 100644
--- a/include/tgmath.h
+++ b/include/tgmath.h
@@ -143,7 +143,7 @@
#define logb(x) __tg_simple(x, logb)
#define lrint(x) __tg_simple(x, lrint)
#define lround(x) __tg_simple(x, lround)
-#define nextbyint(x) __tg_simple(x, nextbyint)
+#define nearbyint(x) __tg_simple(x, nearbyint)
#define nextafter(x, y) __tg_simple2(x, y, nextafter)
#define nexttoward(x, y) __tg_simplev(x, nexttoward, x, y)
#define remainder(x, y) __tg_simple2(x, y, remainder)
OpenPOWER on IntegriCloud