faccessat.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-09-19 18:39:18 +02:00
parent 64b7939672
commit f904e68e33
1 changed files with 10 additions and 2 deletions

View File

@ -43,10 +43,18 @@ Feature Test Macro Requirements for glibc (see
.sp .sp
.BR faccessat (): .BR faccessat ():
.br .br
Since glibc 2.10: _XOPEN_SOURCE\ >=\ 700 || _POSIX_C_SOURCE\ >=\ 200809L .PD 0
.br .ad l
.RS 4
.TP 4
Since glibc 2.10:
_XOPEN_SOURCE\ >=\ 700 || _POSIX_C_SOURCE\ >=\ 200809L
.TP
Before glibc 2.10: Before glibc 2.10:
_ATFILE_SOURCE _ATFILE_SOURCE
.RE
.ad
.PD
.SH DESCRIPTION .SH DESCRIPTION
The The
.BR faccessat () .BR faccessat ()