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:
authormonojenkins <jo.shields+jenkins@xamarin.com>2019-07-31 22:23:48 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-07-31 22:23:48 +0300
commitbd56d9351a140835552d8ffddcbc4f6f5f131f02 (patch)
treed86d14723d8676224fdba34055d39dea94dcb0f0
parent8ffa0632f5209c92298d718fe9a1fd8a172f3090 (diff)
Apply changes from https://github.com/mono/mono/pull/8993 to API snapshot
-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,