[][src]Constant signal_hook_registry::FORBIDDEN

pub const FORBIDDEN: &[c_int];

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.