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

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

diff --git a/doc/glibc-functions/statx.texi b/doc/glibc-functions/statx.texi
new file mode 100644 (file)
index 0000000..19b1831
--- /dev/null
@@ -0,0 +1,21 @@
+@node statx
+@subsection @code{statx}
+@findex statx
+
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/statx.2.html,,man statx}
+
+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.
+@item
+There is an incompatible function of the same name on some platforms:
+AIX 5.2 or newer.
+@end itemize
index 5732006a78bb0879e327c5f815524346ff87b79d..34ac541a1036f27c0a7ba110b10f1de060f8f0c5 100644 (file)
@@ -6033,9 +6033,11 @@ This list of functions is sorted according to the header that declares them.
 
 @menu
 * lchmod::
+* statx::
 @end menu
 
 @include glibc-functions/lchmod.texi
+@include glibc-functions/statx.texi
 
 @node Glibc sys/statfs.h
 @section Glibc @code{<sys/statfs.h>}