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

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

diff --git a/doc/glibc-functions/epoll_pwait.texi b/doc/glibc-functions/epoll_pwait.texi
new file mode 100644 (file)
index 0000000..90b2bd7
--- /dev/null
@@ -0,0 +1,18 @@
+@node epoll_pwait
+@subsection @code{epoll_pwait}
+@findex epoll_pwait
+
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/epoll_pwait.2.html,,man epoll_pwait}
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This function is missing on many non-glibc platforms:
+glibc 2.5, 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 4.3.
+@end itemize
index 489fe6b523e4c43804951e2e150cc254f2022600..b8c880cdedacd2b69ded7269402a22da67c7d920 100644 (file)
@@ -5593,11 +5593,13 @@ This list of functions is sorted according to the header that declares them.
 @menu
 * epoll_create::
 * epoll_ctl::
+* epoll_pwait::
 * epoll_wait::
 @end menu
 
 @include glibc-functions/epoll_create.texi
 @include glibc-functions/epoll_ctl.texi
+@include glibc-functions/epoll_pwait.texi
 @include glibc-functions/epoll_wait.texi
 
 @node Glibc sys/fanotify.h