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