From: Bruno Haible Date: Mon, 10 Jun 2019 12:08:14 +0000 (+0200) Subject: doc: Mention ppoll. X-Git-Tag: v1.0~4920 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=b5b0c685354465af2f60a63fbcd381ca5fdbc8f7;p=gnulib.git doc: Mention ppoll. * doc/glibc-functions/ppoll.texi: New file. * doc/gnulib.texi (Glibc poll.h): New section. --- diff --git a/doc/glibc-functions/ppoll.texi b/doc/glibc-functions/ppoll.texi new file mode 100644 index 0000000000..7d766b8baa --- /dev/null +++ b/doc/glibc-functions/ppoll.texi @@ -0,0 +1,18 @@ +@node ppoll +@subsection @code{ppoll} +@findex ppoll + +Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/ppoll.2.html,,man ppoll} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on some platforms: +glibc 2.3.6, Mac OS X 10.5, FreeBSD 6.4, 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 10, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 4.3. +@end itemize diff --git a/doc/gnulib.texi b/doc/gnulib.texi index 235a6b5a30..259838ba3f 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -3581,6 +3581,7 @@ This list of functions is sorted according to the header that declares them. * Glibc netinet/ether.h:: * Glibc netinet/in.h:: * Glibc obstack.h:: +* Glibc poll.h:: * Glibc printf.h:: * Glibc pthread.h:: * Glibc pty.h:: @@ -4508,8 +4509,14 @@ This list of functions is sorted according to the header that declares them. @c @node Glibc paths.h @c @section Glibc @code{} -@c @node Glibc poll.h -@c @section Glibc Extensions to @code{} +@node Glibc poll.h +@section Glibc Extensions to @code{} + +@menu +* ppoll:: +@end menu + +@include glibc-functions/ppoll.texi @node Glibc printf.h @section Glibc @code{}