pub const RESETIDS = 0x0001pub const SETPGROUP = 0x0002pub const SETSIGDEF = 0x0004pub const SETSIGMASK = 0x0008pub const SETEXEC = 0x0040pub const START_SUSPENDED = 0x0080pub const DISABLE_ASLR = 0x0100pub const SETSID = 0x0400pub const RESLIDE = 0x0800pub const CLOEXEC_DEFAULT = 0x4000pub const POSIX_SPAWN = struct {
pub const RESETIDS = 0x0001;
pub const SETPGROUP = 0x0002;
pub const SETSIGDEF = 0x0004;
pub const SETSIGMASK = 0x0008;
pub const SETEXEC = 0x0040;
pub const START_SUSPENDED = 0x0080;
pub const DISABLE_ASLR = 0x0100;
pub const SETSID = 0x0400;
pub const RESLIDE = 0x0800;
pub const CLOEXEC_DEFAULT = 0x4000;
}