pub const RLIM_INFINITY: usize = !0; // 18_446_744_073_709_551_615usize
Expand description

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

Some architectures override this (for compatibility reasons):