pub const NSIG: usize = 32;
Non-POSIX.
Intended to define the maximum number of signals supported by this implemenatation.
POSIX added NSIG_MAX as a portable replacement based on the size of the sigset_t type.
NSIG_MAX
sigset_t