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.cs3
1 files changed, 3 insertions, 0 deletions
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,