getpagesize.2: Update FTM requirements (_DEFAULT_SOURCE)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-02-09 15:15:42 +01:00
parent a48088b0e6
commit c8fab0f00e
1 changed files with 6 additions and 1 deletions

View File

@ -40,7 +40,12 @@ Feature Test Macro Requirements for glibc (see
.RS 4
.PD 0
.TP 4
Since glibc 2.12:
Since glibc 2.19:
.nf
_DEFAULT_SOURCE || ! (_POSIX_C_SOURCE\ >=\ 200112L)
.TP 4
.fi
From glibc 2.12 to 2.19:
.nf
_BSD_SOURCE || ! (_POSIX_C_SOURCE\ >=\ 200112L)
.TP 4