Constant NSIG [src]

NSIG is the total number of signals defined. As signal numbers are sequential, NSIG is one greater than the largest defined signal number.

Source

pub const NSIG = if (is_mips) 128 else 65