diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-07-08 12:11:40 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-07-08 12:11:40 +0000 |
commit | cc4615cc788aa749f34483abd33ba2b4a31d30f0 (patch) | |
tree | 97070128f611af532551a19bb8062597b22cabd8 /man3/abs.3 | |
parent | 86c256953d62ba083f7ef6adcc5b4063f0b51d2b (diff) |
Added/updated glibc feature test macro requirements
Diffstat (limited to 'man3/abs.3')
-rw-r--r-- | man3/abs.3 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/man3/abs.3 b/man3/abs.3 index c8d6431b9..0ea9711b8 100644 --- a/man3/abs.3 +++ b/man3/abs.3 @@ -29,7 +29,7 @@ .\" Modified Sat Jul 24 21:45:37 1993, Rik Faith (faith@cs.unc.edu) .\" Modified Sat Dec 16 15:02:59 2000, Joseph S. Myers .\" -.TH ABS 3 2000-12-17 "GNU" "Linux Programmer's Manual" +.TH ABS 3 2007-07-26 "GNU" "Linux Programmer's Manual" .SH NAME abs, labs, llabs, imaxabs \- compute the absolute value of an integer .SH SYNOPSIS @@ -46,6 +46,15 @@ abs, labs, llabs, imaxabs \- compute the absolute value of an integer .sp .BI "intmax_t imaxabs(intmax_t " j ); .fi +.sp +.in -4n +Feature Test Macro Requirements for glibc (see +.BR feature_test_macros (7)): +.in +.sp +.BR llabs (): +_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or +.I cc\ -std=c99 .SH DESCRIPTION The .BR abs () |