From 8b0d34e455b61d71b72efb4b6a08c3b33e3109af Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 19 Sep 2010 18:06:56 +0200 Subject: 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 --- man3/fabs.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man3/fabs.3') diff --git a/man3/fabs.3 b/man3/fabs.3 index 63b02888..62bb51ab 100644 --- a/man3/fabs.3 +++ b/man3/fabs.3 @@ -52,7 +52,8 @@ Feature Test Macro Requirements for glibc (see .BR fabsf (), .BR fabsl (): .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 -- cgit v1.2.3