chmod.2: Note glibc 2.24 feature test macro requirements changes for fchmod()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-06-16 10:22:11 +02:00
parent 7d34a794ee
commit d4afcdb42d
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@ Feature Test Macro Requirements for glibc (see
.PD 0
.BR fchmod ():
.RS 4
Since glibc 2.24:
_POSIX_C_SOURCE\ >=\ 199309L
.\" || (_XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED)
.PP
Glibc 2.19 to 2.23
_POSIX_C_SOURCE
.PP