sigblock

Name

sigblock -- manipulate the signal mask

Synopsis

#include <signal.h>

int sigblock(int mask);

Description

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.

Notes

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