O_NDELAY
#define O_NDELAY O_NONBLOCK /* compat */
#define O_NDELAY 04 /* Non-blocking I/O */
#define O_NDELAY 0x04 /* non-blocking I/O */