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 <tklauser@distanz.ch>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Tobias Klauser 2018-08-06 14:30:51 +02:00 committed by Michael Kerrisk
parent a56f7ab394
commit 80a122fc81
1 changed files with 0 additions and 9 deletions

View File

@ -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