From: Bruno Haible Date: Mon, 10 Jun 2019 12:08:19 +0000 (+0200) Subject: doc: Mention epoll_pwait. X-Git-Tag: v1.0~4917 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=f2b106c990e57121bda72a521a6a4b077b211548;p=gnulib.git doc: Mention epoll_pwait. * doc/glibc-functions/epoll_pwait.texi: New file. * doc/gnulib.texi (Glibc sys/epoll.h): Include it. --- diff --git a/doc/glibc-functions/epoll_pwait.texi b/doc/glibc-functions/epoll_pwait.texi new file mode 100644 index 0000000000..90b2bd7498 --- /dev/null +++ b/doc/glibc-functions/epoll_pwait.texi @@ -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 diff --git a/doc/gnulib.texi b/doc/gnulib.texi index 489fe6b523..b8c880cded 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -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