mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Define O_NOATIME to 0 if it's not there
This commit is contained in:
parent
68b6fbeefe
commit
56e6b900db
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user