pub const EFD = struct
pub const EFD = struct { pub const SEMAPHORE = 1; pub const CLOEXEC = 1 << @bitOffsetOf(O, "CLOEXEC"); pub const NONBLOCK = 1 << @bitOffsetOf(O, "NONBLOCK"); }