gtpc2m6q | C/C++ Language Support User's Guide |
This macro initializes a signal set so that it includes all supported signals. It is one of several macros that manage or query signal sets.
Format
#include <signal.h> int sigfillset(sigset_t *set);
Normal Return
The sigfillset macro is always successful and returns a value of 0.
Error Return
None.
Programming Considerations
None.
Examples
See sigprocmask-Examine and Change Blocked Signals for an example of the sigfillset macro.
Related Information