feature_test_macros.7: Minor clarification for _POSIX_C_SOURCE

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-11 08:51:34 +01:00
parent df553d91c2
commit b694081ac3
1 changed files with 2 additions and 2 deletions

View File

@ -160,12 +160,12 @@ The value 199506L or greater additionally exposes
definitions for POSIX.1c (threads).
.IP \(bu
(Since glibc 2.3.3)
The value 200112L or greater exposes definitions corresponding
The value 200112L or greater additionally exposes definitions corresponding
to the POSIX.1-2001 base specification (excluding the XSI extension)
and also causes C95 and C99 features to be exposed.
.IP \(bu
(Since glibc 2.10)
The value 200809L or greater exposes definitions corresponding
The value 200809L or greater additionally exposes definitions corresponding
to the POSIX.1-2008 base specification (excluding the XSI extension).
.RE
.TP