]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention renameat2.
authorBruno Haible <bruno@clisp.org>
Mon, 10 Jun 2019 12:08:40 +0000 (14:08 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 10 Jun 2019 12:08:40 +0000 (14:08 +0200)
* doc/glibc-functions/renameat2.texi: New file.
* doc/gnulib.texi (Glibc stdio.h): Include it.

doc/glibc-functions/renameat2.texi [new file with mode: 0644]
doc/gnulib.texi

diff --git a/doc/glibc-functions/renameat2.texi b/doc/glibc-functions/renameat2.texi
new file mode 100644 (file)
index 0000000..90f1fc1
--- /dev/null
@@ -0,0 +1,18 @@
+@node renameat2
+@subsection @code{renameat2}
+@findex renameat2
+
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/renameat2.2.html,,man renameat2}
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This function is missing on all non-glibc platforms:
+glibc 2.27, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
+@end itemize
index c5a0af742ef6e133fb569170aaa896e60729f80b..5732006a78bb0879e327c5f815524346ff87b79d 100644 (file)
@@ -5555,6 +5555,7 @@ This list of functions is sorted according to the header that declares them.
 * fwrite_unlocked::
 * getw::
 * putw::
+* renameat2::
 * setbuffer::
 * setlinebuf::
 * sys_errlist::
@@ -5580,6 +5581,7 @@ This list of functions is sorted according to the header that declares them.
 @include glibc-functions/fwrite_unlocked.texi
 @include glibc-functions/getw.texi
 @include glibc-functions/putw.texi
+@include glibc-functions/renameat2.texi
 @include glibc-functions/setbuffer.texi
 @include glibc-functions/setlinebuf.texi
 @include glibc-functions/sys_errlist.texi