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

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

diff --git a/doc/glibc-functions/ppoll.texi b/doc/glibc-functions/ppoll.texi
new file mode 100644 (file)
index 0000000..7d766b8
--- /dev/null
@@ -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
index 235a6b5a309c993101b2cbe0b8360df8059edec0..259838ba3fbb7661c14b9b0997b67080088f00db 100644 (file)
@@ -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{<paths.h>}
 
-@c @node Glibc poll.h
-@c @section Glibc Extensions to @code{<poll.h>}
+@node Glibc poll.h
+@section Glibc Extensions to @code{<poll.h>}
+
+@menu
+* ppoll::
+@end menu
+
+@include glibc-functions/ppoll.texi
 
 @node Glibc printf.h
 @section Glibc @code{<printf.h>}