glibc's wrapper has the already documented prototype, so no need to change anything. Just remove the FIXME. Reported-by: Adhemerval Zanella <adhemerval.zanella@xxxxxxxxxx> Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> Cc: Florian Weimer <fweimer@xxxxxxxxxx> Cc: Carlos O'Donell <carlos@xxxxxxxxxx> --- Hi Adhemerval, Thanks for adding the wrapper, and for telling me :) I'll add this patch to the man-pages. Cheers, Alex man2/epoll_wait.2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/man2/epoll_wait.2 b/man2/epoll_wait.2 index 69c79d6ec..35f99ef18 100644 --- a/man2/epoll_wait.2 +++ b/man2/epoll_wait.2 @@ -35,9 +35,6 @@ epoll_wait, epoll_pwait, epoll_pwait2 \- wait for an I/O event on an epoll file .BI "int epoll_pwait2(int " epfd ", struct epoll_event *" events , .BI " int " maxevents ", const struct timespec *" timeout , .BI " const sigset_t *" sigmask ); -.\" FIXME: Check if glibc has added a wrapper for epoll_pwait2(), -.\" and if so, check the prototype. -.\" https://sourceware.org/bugzilla/show_bug.cgi?id=27359 .fi .SH DESCRIPTION The -- 2.34.1