pub const FUTEX = struct
pub const FUTEX = struct { pub const WAIT = 1; pub const WAKE = 2; pub const REQUEUE = 3; pub const PRIVATE_FLAG = 128; }