SIGFILLSET(3) Library Functions Manual SIGFILLSET(3)

sigfillsetinitialize and fill a signal set


#include <signal.h>

int sigfillset(sigset_t *set);

The sigfillset () function shall initialize the signal set pointed to by , such that all signals defined in this volume of IEEE Std 1003.1-2001 (“POSIX.1”) are included.

Upon successful completion, sigfillset () shall return 0; otherwise, it shall return -1 and set to indicate the error.

No errors are defined.

None.

None.

Refer to sigemptyset(3).

None.

xsh_chap02_04(3), sigaction(3), sigaddset(3), sigdelset(3), sigemptyset(3), sigismember(3), sigpending(3), sigprocmask(3), sigsuspend(3), the Base Definitions volume of IEEE Std 1003.1-2001 (“POSIX.1”), <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.

footer end

January 1, 2004 posix.fail