Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/net_4_x/Mono.Posix.cs')
-rw-r--r--profiles/net_4_x/Mono.Posix.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/net_4_x/Mono.Posix.cs b/profiles/net_4_x/Mono.Posix.cs
index 7c62f34..703aeb8 100644
--- a/profiles/net_4_x/Mono.Posix.cs
+++ b/profiles/net_4_x/Mono.Posix.cs
@@ -1702,6 +1702,7 @@ namespace Mono.Unix.Native
O_DIRECTORY = 65536,
O_EXCL = 128,
O_LARGEFILE = 32768,
+ O_NOATIME = 262144,
O_NOCTTY = 256,
O_NOFOLLOW = 131072,
O_NONBLOCK = 2048,