blob: cbf0c4ed6d46466f903ff4ff661f90921945655d [file] [log] [blame] [edit]
pub const NAME_MAX: usize = {
#[cfg(target_os = "linux")] { 1024 }
#[cfg(target_os = "freebsd")] { 255 }
};