public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: fcntl.h: Define O_NOATIME
@ 2017-11-14 20:45 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2017-11-14 20:45 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f9d071aaf8fdabc610aa3d595c06ca795c019e28

commit f9d071aaf8fdabc610aa3d595c06ca795c019e28
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Tue Nov 14 21:29:37 2017 +0100

    Cygwin: fcntl.h: Define O_NOATIME
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 newlib/libc/include/sys/_default_fcntl.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/newlib/libc/include/sys/_default_fcntl.h b/newlib/libc/include/sys/_default_fcntl.h
index 0958075..7c07e3e 100644
--- a/newlib/libc/include/sys/_default_fcntl.h
+++ b/newlib/libc/include/sys/_default_fcntl.h
@@ -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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-11-14 20:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-14 20:45 [newlib-cygwin] Cygwin: fcntl.h: Define O_NOATIME Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).