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-08-30 20:12:50 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-08-30 20:12:50 +0300
commit7986e5be614ada01064d101af08e0647adb767eb (patch)
tree99c574d63061c93efb1f85de0b1c68db2456376a
parent720f61ffc70e147285010900e291096f795e8aa8 (diff)
Apply changes from https://github.com/mono/mono/pull/16571 to API snapshot
-rw-r--r--profiles/monodroid/Mono.Posix.cs3
-rw-r--r--profiles/net_4_x/Mono.Posix.cs3
2 files changed, 6 insertions, 0 deletions
diff --git a/profiles/monodroid/Mono.Posix.cs b/profiles/monodroid/Mono.Posix.cs
index 675faa3..23a53f6 100644
--- a/profiles/monodroid/Mono.Posix.cs
+++ b/profiles/monodroid/Mono.Posix.cs
@@ -1218,6 +1218,9 @@ namespace Mono.Unix.Native
F_GETSIG = 11,
F_NOCACHE = 48,
F_NOTIFY = 1026,
+ F_OFD_GETLK = 36,
+ F_OFD_SETLK = 37,
+ F_OFD_SETLKW = 38,
F_SETFD = 2,
F_SETFL = 4,
F_SETLEASE = 1024,
diff --git a/profiles/net_4_x/Mono.Posix.cs b/profiles/net_4_x/Mono.Posix.cs
index 703aeb8..d496505 100644
--- a/profiles/net_4_x/Mono.Posix.cs
+++ b/profiles/net_4_x/Mono.Posix.cs
@@ -1218,6 +1218,9 @@ namespace Mono.Unix.Native
F_GETSIG = 11,
F_NOCACHE = 48,
F_NOTIFY = 1026,
+ F_OFD_GETLK = 36,
+ F_OFD_SETLK = 37,
+ F_OFD_SETLKW = 38,
F_SETFD = 2,
F_SETFL = 4,
F_SETLEASE = 1024,