This commit is contained in:
Michael Kerrisk 2008-04-23 14:40:47 +00:00
parent 8d30cbf478
commit c98759f3ea
1 changed files with 7 additions and 0 deletions

View File

@ -125,6 +125,13 @@ executing the following calls:
ready = epoll_wait(epfd, &events, maxevents, timeout);
sigprocmask(SIG_SETMASK, &origmask, NULL);
.fi
.PP
The
.I sigmask
argument may be specified as NULL, in which case
.BR epoll_pwait ()
is equivalent to
.BR epoll_wait ().
.SH "RETURN VALUE"
When successful,
.BR epoll_wait ()