Constant libc::LOG_NDELAY
pub const LOG_NDELAY: ::c_int = 0x08;
The portability is definied by:
#[cfg(all(not(target_os = "haiku"), not(any())))]
pub const LOG_NDELAY: ::c_int = 0x08;
#[cfg(all(not(target_os = "haiku"), not(any())))]