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