pub const O_NDELAY: u32 = bindings::O_NDELAY; // 2_048u32
Expand description

Also known as O_NDELAY.

This is effectively the same flag as O_NONBLOCK on all architectures except SPARC64.