From 98be313dcbc48d984ab6e23a884d226cc9972f36 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 21 Feb 2014 08:10:41 +0100 Subject: [PATCH] access.2: Remove faccessat() race warning That point is already covered in existing text in this page. Signed-off-by: Michael Kerrisk --- man2/access.2 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/man2/access.2 b/man2/access.2 index 66404a737..6b60b07f8 100644 --- a/man2/access.2 +++ b/man2/access.2 @@ -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