feature_test_macros.7: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-10 10:06:47 +01:00
parent 199cbeb076
commit 3244e6ad0b
1 changed files with 1 additions and 3 deletions

View File

@ -443,14 +443,13 @@ and either
is not defined or
.B _XOPEN_SOURCE
is defined with a value of 500 or more, then
.RS 3
.IP * 3
.B _POSIX_SOURCE
is defined with the value 1; and
.IP *
.B _POSIX_C_SOURCE
is defined with one of the following values:
.RS 6
.RS 3
.IP \(bu 3
2,
if
@ -488,7 +487,6 @@ depends on the glibc version:
200112L, in glibc 2.4 to 2.9; and
200809L, since glibc 2.10.
.RE
.RE
.PP
Multiple macros can be defined; the results are additive.
.SH CONFORMING TO