From: Bruno Haible Date: Mon, 10 Jun 2019 12:08:41 +0000 (+0200) Subject: doc: Mention statx. X-Git-Tag: v1.0~4898 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=532a9cfee4cdeb811889b7ade9d9878f245ee03b;p=gnulib.git doc: Mention statx. * doc/glibc-functions/statx.texi: New file. * doc/gnulib.texi (Glibc sys/stat.h): Include it. --- 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{}