Constructs the mask for a given signal number.
#include <signal.h> int sigmask (signum);
This function is used to contruct the mask for a given signum. This mask can be used with the sigblock function.