Constant libc::SHM_NORESERVE
pub const SHM_NORESERVE: ::c_int = 0o10000;
The portability is definied by:
#[cfg(not(all(target_env = "uclibc", target_arch = "mips")))]
pub const SHM_NORESERVE: ::c_int = 0o10000;
#[cfg(not(all(target_env = "uclibc", target_arch = "mips")))]