Re-document control word mask as 'unmask'.

This commit is contained in:
4lDO2
2024-06-25 11:13:23 +02:00
parent d9a6e334e0
commit b30d93aed0
+2 -2
View File
@@ -362,7 +362,7 @@ impl DerefMut for SetSighandlerData {
#[derive(Debug, Default)]
#[repr(C)]
pub struct SigProcControl {
// composed of [lo pend|lo mask, hi pend|hi mask]
// composed of [lo "pending" | lo "unmasked", hi "pending" | hi "unmasked"]
pub word: [AtomicU64; 2],
}
@@ -370,7 +370,7 @@ pub struct SigProcControl {
#[derive(Debug, Default)]
#[repr(C)]
pub struct Sigcontrol {
// composed of [lo pend|lo mask, hi pend|hi mask]
// composed of [lo "pending" | lo "unmasked", hi "pending" | hi "unmasked"]
pub word: [AtomicU64; 2],
pub control_flags: SigatomicUsize,