If the 'sigmask' is NULL, the ppoll() is equivalent to poll()

with respect tio signal mask manipulations.
This commit is contained in:
Michael Kerrisk 2008-04-23 14:49:53 +00:00
parent 14946d05f3
commit 3ee895129b
1 changed files with 12 additions and 0 deletions

View File

@ -215,6 +215,18 @@ for an explanation of why
.BR ppoll ()
is necessary.
If the
.I sigmask
argument is specified as NULL, then
no signal mask manipulation is performed
(and thus
.BR ppoll ()
differs from
.BR poll ()
only in the precision of the
.I timeout
argument).
The
.I timeout
argument specifies an upper limit on the amount of time that