O_NONBLOCK
#define O_NONBLOCK 0x0004 /* no delay */
#define O_NONBLOCK O_NDELAY
#undef O_NONBLOCK
#define O_NONBLOCK O_NDELAY
#define O_NONBLOCK 0200 /* Non-blocking I/O (POSIX) */
#define O_NONBLOCK 0x80 /* non-blocking I/O (POSIX) */