sigblock

Name

sigblock -- manipulate the signal mask

Synopsis

#include <signal.h>

int sigblock(int mask);

Description

sigblock is made obsolete by sigprocmask(2).

sigblock adds the signals specified in mask to the set of signals currently being blocked from delivery.

Notes

Prototype for sigblock is only available if _BSD_SOURCE is defined before the inclusion of any system.