pub const O_NDELAY: u32 = bindings::O_NDELAY; // 2_048u32
Expand description
File is using nonblocking I/O.
This is effectively the same flag as O_NONBLOCK
on all architectures
except SPARC64.
pub const O_NDELAY: u32 = bindings::O_NDELAY; // 2_048u32
File is using nonblocking I/O.
This is effectively the same flag as O_NONBLOCK
on all architectures
except SPARC64.