Constant PER_LINUX
pub const PER_LINUX: i32 = 0x0000; // 0i32
Available on crate feature
dep_nc
only.Expand description
Personality types.
These go in the low byte. Avoid using the top bit, it will conflict with error returns.
pub const PER_LINUX: i32 = 0x0000; // 0i32
dep_nc
only.Personality types.
These go in the low byte. Avoid using the top bit, it will conflict with error returns.