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:
-rw-r--r--profiles/monodroid/Mono.Posix.cs1
-rw-r--r--profiles/net_4_x/Mono.Posix.cs1
2 files changed, 2 insertions, 0 deletions
diff --git a/profiles/monodroid/Mono.Posix.cs b/profiles/monodroid/Mono.Posix.cs
index 4c86156..675faa3 100644
--- a/profiles/monodroid/Mono.Posix.cs
+++ b/profiles/monodroid/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,
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,