Cygwin: fcntl.h: Define O_NOATIME

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2017-11-14 21:29:37 +01:00
parent 0aa99373c1
commit f9d071aaf8
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,7 @@ extern "C" {
#define _FDIRECTORY 0x200000
#define _FEXECSRCH 0x400000
#define _FTMPFILE 0x800000
#define _FNOATIME 0x1000000
#define O_BINARY _FBINARY
#define O_TEXT _FTEXT
@ -65,6 +66,7 @@ extern "C" {
#define O_EXEC _FEXECSRCH
#define O_SEARCH _FEXECSRCH
#define O_TMPFILE _FTMPFILE
#define O_NOATIME _FNOATIME
#endif
#if __MISC_VISIBLE