Define O_NOATIME to 0 if it's not there

This commit is contained in:
Dominik Schmidt 2012-04-13 22:36:16 +02:00 committed by Klaas Freitag
parent e9e7b0c685
commit fcb3aa6208

View File

@ -72,6 +72,9 @@ typedef struct stat csync_stat_t;
#define write _write
#endif
#ifndef O_NOATIME
#define O_NOATIME 0
#endif
#endif //_C_PRIVATE_H