rename.2: glibc 2.28 adds library support for renameat2()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-07-17 12:32:29 +02:00
parent e5604914d7
commit 3678dcc906
1 changed files with 1 additions and 2 deletions

View File

@ -479,8 +479,7 @@ was added to Linux in kernel 2.6.16;
library support was added to glibc in version 2.4. library support was added to glibc in version 2.4.
.PP .PP
.BR renameat2 () .BR renameat2 ()
was added to Linux in kernel 3.15. was added to Linux in kernel 3.15; library support was added in glibc 2.28.
.\" FIXME . glibc support is pending.
.SH CONFORMING TO .SH CONFORMING TO
.BR rename (): .BR rename ():
4.3BSD, C89, C99, POSIX.1-2001, POSIX.1-2008. 4.3BSD, C89, C99, POSIX.1-2001, POSIX.1-2008.