--- IO-AIO/def0.h 2014/01/25 00:15:52 1.3 +++ IO-AIO/def0.h 2015/06/25 15:20:11 1.4 @@ -69,6 +69,12 @@ #ifndef O_SYNC #define O_SYNC 0 #endif +#ifndef O_PATH +#define O_PATH 0 +#endif +#ifndef O_TMPFILE +#define O_TMPFILE 0 +#endif #ifndef O_TTY_INIT #define O_TTY_INIT 0 #endif