Go to the documentation of this file. 1 #ifndef STORAGE_FACTORY_SYS_FILE_H
2 # define STORAGE_FACTORY_SYS_FILE_H
12 # if !defined O_SYNC && defined O_SYNCIO
13 # define O_SYNC O_SYNCIO
16 # if !defined O_NONBLOCK && defined O_NDELAY
17 # define O_NONBLOCK O_NDELAY
24 #endif // STORAGE_FACTORY_SYS_FILE_H