#include <signal.h> int sigblock(int mask);
This interface is made obsolete by sigprocmask(2).
The sigblock system call adds the signals specified in mask to the set of signals currently being blocked from delivery.
Prototype for this function is only available if _BSD_SOURCE is defined before the inclusion of any system.