--- /dev/null
+@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
@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