#include <signal.h> int sigaddset (sigset_t *set, int signo)
This function adds the individual signal specified by signo the set of signals pointed to by set.
0 upon success, -1 if set is a NULL pointer, or if signo is specifies an unknown signal.
not ANSI, POSIX
Go to the first, previous, next, last section, table of contents.