Constant miri::machine::SIGRTMAX

source ·
pub const SIGRTMAX: i32 = 42;
Expand description

Last real-time signal. signal(7) says it must be between 32 and 64 and specifies SIGRTMAX - SIGRTMIN >= 8 (which is the value of _POSIX_RTSIG_MAX)