O_SYNC
#define O_SYNC 0x0080 /* POSIX synonym for O_FSYNC */
#define O_SYNC 020 /* synchronous write option */
#define O_SYNC 0x10 /* synchronized file update option */