summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/glibc-functions/statx.texi21
-rw-r--r--doc/gnulib.texi2
2 files changed, 23 insertions, 0 deletions
diff --git a/doc/glibc-functions/statx.texi b/doc/glibc-functions/statx.texi
new file mode 100644
index 0000000000..19b183149f
--- /dev/null
+++ b/doc/glibc-functions/statx.texi
@@ -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
diff --git a/doc/gnulib.texi b/doc/gnulib.texi
index 5732006a78..34ac541a10 100644
--- a/doc/gnulib.texi
+++ b/doc/gnulib.texi
@@ -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>}