siggetmask

Name

siggetmask -- manipulate the signal mask

Synopsis

#include <signal.h>

int siggetmask(void);

Description

This interface is made obsolete by sigprocmask(2).

siggetmask returns the current set of masked signals.

Notes

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