From 80a122fc81386dea8bb0a52d8a9726a6524c66b8 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 6 Aug 2018 14:30:51 +0200 Subject: [PATCH] rename.2: renameat2() now has a glibc wrapper; remove mention of syscall(2) The glibc wrapper was added in glibc 2.28 Signed-off-by: Tobias Klauser Signed-off-by: Michael Kerrisk --- man2/rename.2 | 9 --------- 1 file changed, 9 deletions(-) diff --git a/man2/rename.2 b/man2/rename.2 index 967203331..0710357ef 100644 --- a/man2/rename.2 +++ b/man2/rename.2 @@ -50,11 +50,6 @@ rename, renameat, renameat2 \- change the name or location of a file ", unsigned int " flags ); .fi .PP -.IR Note : -There is no glibc wrapper for -.BR renameat2 (); -see NOTES. -.PP .in -4n Feature Test Macro Requirements for glibc (see .BR feature_test_macros (7)): @@ -490,10 +485,6 @@ POSIX.1-2008. .BR renameat2 () is Linux-specific. .SH NOTES -Glibc does not provide a wrapper for the -.BR renameat2 () -system call; call it using -.BR syscall (2). .\" .SS Glibc notes On older kernels where