pub const FORBIDDEN: &'static [c_int];
Expand description

List of forbidden signals.

Some signals are impossible to replace according to POSIX and some are so special that this library refuses to handle them (eg. SIGSEGV). The routines panic in case registering one of these signals is attempted.

See register.