pub const FD_NO_GROUP = 1 << 0
pub const FD_OUTPUT = 1 << 1
pub const PID_CGROUP = 1 << 2
pub const FD_CLOEXEC = 1 << 3
pub const FLAG = struct { pub const FD_NO_GROUP = 1 << 0; pub const FD_OUTPUT = 1 << 1; pub const PID_CGROUP = 1 << 2; pub const FD_CLOEXEC = 1 << 3; }
Press escape to exit search and then '?' to see more options.