Cygwin: fcntl.h: Define O_NOATIME
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
0aa99373c1
commit
f9d071aaf8
|
@ -53,6 +53,7 @@ extern "C" {
|
||||||
#define _FDIRECTORY 0x200000
|
#define _FDIRECTORY 0x200000
|
||||||
#define _FEXECSRCH 0x400000
|
#define _FEXECSRCH 0x400000
|
||||||
#define _FTMPFILE 0x800000
|
#define _FTMPFILE 0x800000
|
||||||
|
#define _FNOATIME 0x1000000
|
||||||
|
|
||||||
#define O_BINARY _FBINARY
|
#define O_BINARY _FBINARY
|
||||||
#define O_TEXT _FTEXT
|
#define O_TEXT _FTEXT
|
||||||
|
@ -65,6 +66,7 @@ extern "C" {
|
||||||
#define O_EXEC _FEXECSRCH
|
#define O_EXEC _FEXECSRCH
|
||||||
#define O_SEARCH _FEXECSRCH
|
#define O_SEARCH _FEXECSRCH
|
||||||
#define O_TMPFILE _FTMPFILE
|
#define O_TMPFILE _FTMPFILE
|
||||||
|
#define O_NOATIME _FNOATIME
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if __MISC_VISIBLE
|
#if __MISC_VISIBLE
|
||||||
|
|
Loading…
Reference in New Issue