//! limits.h implementation for relibc pub const PATH_MAX: usize = 4096; pub const NGROUPS_MAX: usize = 65536; pub const PASS_MAX: usize = 128;