Constant libc::LC_MESSAGES
pub const LC_MESSAGES: ::c_int = 5;
The portability is definied by:
#[cfg(all(not(target_env = "uclibc"), not(any())))]
pub const LC_MESSAGES: ::c_int = 5;
#[cfg(all(not(target_env = "uclibc"), not(any())))]