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