Constant libc::RLIM_NLIMITS
pub const RLIM_NLIMITS: ::__rlimit_resource_t = 16;
The portability is definied by:
#[cfg(all(target_env = "gnu", not(any())))]
pub const RLIM_NLIMITS: ::__rlimit_resource_t = 16;
#[cfg(all(target_env = "gnu", not(any())))]