Constant libc::CMSPAR
pub const CMSPAR: ::tcflag_t = 0o10000000000;
The portability is definied by:
#[cfg(not(all(target_env = "uclibc", target_arch = "mips")))]
pub const CMSPAR: ::tcflag_t = 0o10000000000;
#[cfg(not(all(target_env = "uclibc", target_arch = "mips")))]