siggetmask

Name

siggetmask -- manipulate the signal mask

Synopsis

#include <signal.h>

int siggetmask(void);

Description

siggetmask is made obsolete by sigprocmask(2).

siggetmask returns the current set of masked signals.

Notes

Prototype for siggetmask is only available if _BSD_SOURCE is defined before the inclusion of any system header file.