SEE ALSO: Add sigwait(3).

This commit is contained in:
Michael Kerrisk 2008-07-02 13:30:54 +00:00
parent 124fa3b75a
commit 7c85aa6ba5
4 changed files with 4 additions and 0 deletions

View File

@ -404,5 +404,6 @@ main(int argc, char *argv[])
.BR sigwaitinfo (2),
.BR timerfd_create (2),
.BR sigsetops (3),
.BR sigwait (3),
.BR epoll (7),
.BR signal (7)

View File

@ -99,4 +99,5 @@ for details on manipulating signal sets.
.BR sigprocmask (2),
.BR sigwaitinfo (2),
.BR sigsetops (3),
.BR sigwait (3),
.BR signal (7)

View File

@ -173,5 +173,6 @@ is a library function implemented on top of
.BR sigprocmask (2),
.BR sigqueue (2),
.BR sigsetops (3),
.BR sigwait (3),
.BR signal (7),
.BR time (7)

View File

@ -501,6 +501,7 @@ signal 29 is
.BR raise (3),
.BR sig\%vec (3),
.BR sig\%set (3),
.BR sigwait (3),
.BR str\%signal (3),
.BR sysv\%_signal (3),
.BR core (5),