Skip to main content

NSIG

Constant NSIG 

Source
pub const NSIG: usize = 32;
Expand description

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.