O_NOCTTY
#define O_NOCTTY 0x8000 /* don't assign controlling terminal */
#define O_NOCTTY 04000 /* don't allocate controlling tty (POSIX) */
#define O_NOCTTY 0x800 /* don't allocate controlling tty (POSIX) */