sigfillset — initialize and fill a signal set
The sigfillset() function shall initialize the signal set pointed to by set, such that all signals defined in this volume of POSIX.1-2024 are included.
Upon successful completion, sigfillset() shall return 0; otherwise, it shall return -1 and set errno to indicate the error.
No errors are defined.
None.
None.
Refer to sigemptyset().
None.
2.4 Signal Concepts, pthread_sigmask(), sigaction(), sigaddset(), sigdelset(), sigemptyset(), sigismember(), sigpending(), sigsuspend()
XBD <signal.h>
First released in Issue 3. Included for alignment with the POSIX.1-1988 standard.
The SYNOPSIS is marked CX since the presence of this function in the <signal.h> header is an extension over the ISO C standard.
return to top of page