pub const O_NDELAY: u32 = bindings::O_NDELAY; // 2_048u32
Also known as O_NDELAY.
O_NDELAY
This is effectively the same flag as O_NONBLOCK on all architectures except SPARC64.
O_NONBLOCK