O_WRONLY
#define O_WRONLY 0x1 /* writing not (yet?) supported */
#define O_WRONLY 0x0001 /* open for writing only */