access.2: Remove faccessat() race warning

That point is already covered in existing text in this page.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-02-21 08:10:41 +01:00
parent 32e370f281
commit 98be313dcb
1 changed files with 0 additions and 7 deletions

View File

@ -323,13 +323,6 @@ See
.BR openat (2)
for an explanation of the need for
.BR faccessat ().
.IR Warning :
.BR faccessat ()
is subject to the same kinds of races as
.BR access (2)
and
.BR euidaccess (3).
.SS Glibc notes
The raw system call takes only the first three arguments.
The