summaryrefslogtreecommitdiff
path: root/src/math/nextafter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/nextafter.c')
-rw-r--r--src/math/nextafter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/nextafter.c b/src/math/nextafter.c
index 315b184c..fa059035 100644
--- a/src/math/nextafter.c
+++ b/src/math/nextafter.c
@@ -9,5 +9,6 @@ TYPE TGFN(nextafter)(TYPE x, TYPE y)
/*
STDC(199901)
+XOPEN(400)
LINK(m)
*/