sigaddset (what, sig) (*(what) |= (1<<(sig)))
Description
These depend upon the type of sigset_t, which right now is always a long.. They're in the POSIX namespace, but are not ANSI.
Parameters
sigemptyset (what) (*(what) = 0)
Description
Parameters
typedef unsigned long sigset_t;
Description