chown.2: Update FTM requirements

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-02-12 14:19:40 +01:00
parent 7943641180
commit bc3e200eb3
1 changed files with 3 additions and 3 deletions

View File

@ -65,10 +65,10 @@ Feature Test Macro Requirements for glibc (see
.PD 0 .PD 0
.ad l .ad l
.RS 4 .RS 4
_BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 /* Since glibc 2.12: */ _POSIX_C_SOURCE\ >=\ 200809L
|| _XOPEN_SOURCE\ >=\ 500
.\" || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED .\" || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
.br || /* Glibc versions <= 2.19: */ _BSD_SOURCE
|| /* Since glibc 2.12: */ _POSIX_C_SOURCE\ >=\ 200809L
.RE .RE
.sp .sp
.BR fchownat (): .BR fchownat ():