ultrix man page for sigsuspend

Query: sigsuspend

OS: ultrix

Section: 3

Links: ultrix man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

sigsuspend(3)						     Library Functions Manual						     sigsuspend(3)

Name
       sigsuspend - wait for signal (POSIX)

Syntax
       sigsuspend(sigmask)
       sigset_t *sigmask;

Description
       The  system  call  is  the POSIX equivalent of the system call. The behavior of this call is as described on the reference page except, the
       signal mask is manipulated using the functions.

See Also
       sigpause(2), sigaction(3), sigvec(2)

																     sigsuspend(3)
Related Man Pages
sigsuspend(2) - mojave
sigsuspend(2) - opendarwin
sigpause(3) - x11r4
sigpause(3) - xfree86
sigpause(3) - opendarwin
Similar Topics in the Unix Linux Community
Signal Handlers using sigwait