sigfillset() initializes the signal set pointed to by set, such that
all signals defined in IEEE Std 1003.1-2001 are included in the set.
sigfillset() returns 0 upon successful completion
sigfillset() returns -1 and sets errno to indicate the error in case of
unsuccessful completion.