Go to the documentation of this file. 1 #ifndef STORAGE_FACTORY_SYS_FILE_H
2 #define STORAGE_FACTORY_SYS_FILE_H
11 #include <sys/types.h>
14 #if !defined O_SYNC && defined O_SYNCIO
15 #define O_SYNC O_SYNCIO
18 #if !defined O_NONBLOCK && defined O_NDELAY
19 #define O_NONBLOCK O_NDELAY
26 #endif // STORAGE_FACTORY_SYS_FILE_H