__sigpause

Name

__sigpause -- atomically release blocked signals and wait for interrupt

Synopsis

int __sigpause(int sig_or_mask, int is_sig);

Description

__sigpause(sig_or_mask, is_sig) has the same behavior as sigpause(sig_or_mask, is_sig) as specified by X/Open.

__sigpause is not in the source standard; it is only in the binary standard.