getpagesize.2, getdtablesize.3: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-01-04 15:10:10 +01:00
parent d187835fe7
commit 3754620f0e
2 changed files with 4 additions and 4 deletions

View File

@ -39,9 +39,9 @@ Feature Test Macro Requirements for glibc (see
.PP
.BR getpagesize ():
.nf
Since glibc 2.20
Since glibc 2.20:
_DEFAULT_SOURCE || ! (_POSIX_C_SOURCE >= 200112L)
Glibc 2.12 to 2.19
Glibc 2.12 to 2.19:
_BSD_SOURCE || ! (_POSIX_C_SOURCE >= 200112L)
Before glibc 2.12:
_BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500

View File

@ -41,9 +41,9 @@ Feature Test Macro Requirements for glibc (see
.PP
.BR getdtablesize ():
.nf
Since glibc 2.20
Since glibc 2.20:
_DEFAULT_SOURCE || ! (_POSIX_C_SOURCE >= 200112L)
Glibc 2.12 to 2.19
Glibc 2.12 to 2.19:
_BSD_SOURCE || ! (_POSIX_C_SOURCE >= 200112L)
Before glibc 2.12:
_BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500