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