pub const POSIX_SPAWN = packed struct(c_short)
pub const POSIX_SPAWN = packed struct(c_short) { RESETIDS: bool = false, SETPGROUP: bool = false, SETSIGDEF: bool = false, SETSIGMASK: bool = false, _4: u2 = 0, SETEXEC: bool = false, START_SUSPENDED: bool = false, DISABLE_ASLR: bool = false, _9: u1 = 0, SETSID: bool = false, RESLIDE: bool = false, _12: u2 = 0, CLOEXEC_DEFAULT: bool = false, _15: u1 = 0, }