pthreads.7: Tweak text on sigpause() cancellation point

In POSIX.1-2009, this function moves from the "must be"
to the "may be" list.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-11-10 14:32:43 -05:00
parent b6a82811c7
commit 7fd4e74c1c
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ sem_wait()
send()
sendmsg()
sendto()
sigpause() [POSIX.1-2001 only (function removed in POSIX.1-2008)]
sigpause() [POSIX.1-2001 only (moves to "may" list in POSIX.1-2008)]
sigsuspend()
sigtimedwait()
sigwait()