Add preliminary nocldstop signal bit.

This commit is contained in:
4lDO2
2024-06-23 00:24:01 +02:00
parent 0b2a05ee1f
commit 0c1162979a
+3 -3
View File
@@ -344,7 +344,7 @@ bitflags! {
pub const SIGW0_TSTP_IS_STOP_BIT: u64 = 1 << (SIGKILL - 1);
pub const SIGW0_TTIN_IS_STOP_BIT: u64 = 1 << (SIGSTOP - 1);
pub const SIGW0_TTOU_IS_STOP_BIT: u64 = 1 << (SIGKILL + 31);
pub const SIGW0_NOCLDSTOP_BIT: u64 = 1 << (SIGSTOP + 31);
pub const SIGW0_UNUSED1: u64 = 1 << (SIGSTOP + 31);
pub const SIGW0_UNUSED2: u64 = 1 << 31;
pub const SIGW0_UNUSED3: u64 = 1 << 63;
pub const SIGW0_UNUSED1: u64 = 1 << 31;
pub const SIGW0_UNUSED2: u64 = 1 << 63;