Initializes the signal set to include all signals.
#include <signal.h> int sigfillset (sigset_t *set);
This function operates on data objects that you can address by the application, not on any set of signals known to the system. For example, this function does not operate on the set blocked from delivery to a process or the set pending for a process.
See also sigemptyset in this section.
0 | Indicates success. |
-1 | Indicates an error; errno is set to one
of the following values:
|