#include <signal.h>
int sigemptyset (sigset_t *set)
Description
This function initializes the set of signals pointed to by set to
exclude all signals known to the DJGPP runtime system. Such an empty
set, if passed to sigprocmask (see section sigprocmask), will cause
all signals to be passed immediately to their handlers.
Please take a moment to fill out
this visitor survey You can help support this site by
visiting the advertisers that sponsor it! (only once each, though)