summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-06-10 14:08:40 +0200
committerBruno Haible <bruno@clisp.org>2019-06-10 14:08:40 +0200
commit73ccb85843ff37494cb6e98db3696cfde88c774c (patch)
tree08b88ef5801622af131066c6cf8eec8b525ae2e6 /doc
parentf29d8d685338ecf3b34ed59853204caf6383db79 (diff)
downloadgnulib-73ccb85843ff37494cb6e98db3696cfde88c774c.tar.gz
doc: Mention renameat2.
* doc/glibc-functions/renameat2.texi: New file. * doc/gnulib.texi (Glibc stdio.h): Include it.
Diffstat (limited to 'doc')
-rw-r--r--doc/glibc-functions/renameat2.texi18
-rw-r--r--doc/gnulib.texi2
2 files changed, 20 insertions, 0 deletions
diff --git a/doc/glibc-functions/renameat2.texi b/doc/glibc-functions/renameat2.texi
new file mode 100644
index 0000000000..90f1fc198d
--- /dev/null
+++ b/doc/glibc-functions/renameat2.texi
@@ -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
diff --git a/doc/gnulib.texi b/doc/gnulib.texi
index c5a0af742e..5732006a78 100644
--- a/doc/gnulib.texi
+++ b/doc/gnulib.texi
@@ -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