O_NONBLOCK
# define O_NONBLOCK 00004 /* Non Blocking Open */
#define O_NONBLOCK 0x0004 /* no delay */
#define O_NONBLOCK O_NDELAY