summaryrefslogtreecommitdiff
path: root/man3/floor.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2010-09-19 18:06:56 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2010-09-22 16:59:08 +0200
commit8b0d34e455b61d71b72efb4b6a08c3b33e3109af (patch)
tree9ee1a6e50e323a7f51b467176557fbbb8a09f433 /man3/floor.3
parentf1cb91e27801decea11b2ad5419e41b5aae11346 (diff)
acos.3, asin.3, atan.3, atan2.3, ceil.3, cos.3, cosh.3, exp.3, fabs.3, floor.3, fmod.3, frexp.3, j0.3, ldexp.3, log.3, log10.3, modf.3, pow.3, sin.3, sinh.3, sqrt.3, tan.3, tanh.3: Fix feature test macro requirements
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/floor.3')
-rw-r--r--man3/floor.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/floor.3 b/man3/floor.3
index 6090a2f8..c7fc22f5 100644
--- a/man3/floor.3
+++ b/man3/floor.3
@@ -47,7 +47,8 @@ Feature Test Macro Requirements for glibc (see
.BR floorf (),
.BR floorl ():
.RS 4
-_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE;
+_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE ||
+_POSIX_C_SOURCE\ >=\ 200112L;
.br
or
.I cc\ -std=c99