summaryrefslogtreecommitdiff
path: root/include/tgmath.h
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2004-09-03 23:26:55 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2004-09-03 23:26:55 +0000
commit9b3310685be55dfa9d73012174518956ddb8b122 (patch)
treec53b7003f249fd5096bfd7e4aa09f56227b597d5 /include/tgmath.h
parent3bf5804eed46656eb81d38f570b8d6275df95794 (diff)
downloadsrc-test2-9b3310685be55dfa9d73012174518956ddb8b122.tar.gz
src-test2-9b3310685be55dfa9d73012174518956ddb8b122.zip
Notes
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 cdfcd12bd197..2dbb8fd1e174 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)