Constant nc::types::RLIM_INFINITY

source ·
pub const RLIM_INFINITY: usize = _; // 4_294_967_295usize
Expand description

SuS says limits have to be unsigned. Which makes a ton more sense anyway.

Some architectures override this (for compatibility reasons):