Browse Source

* Extra linux fcntl constants

Michaël Van Canneyt 2 years ago
parent
commit
75c252fd8f
1 changed files with 11 additions and 0 deletions
  1. 11 0
      rtl/linux/ostypes.inc

+ 11 - 0
rtl/linux/ostypes.inc

@@ -397,6 +397,17 @@ CONST
   F_GetOwn = 9;
   F_GetOwn = 9;
 {$endif}
 {$endif}
 
 
+  F_SETLEASE = 1024;
+  F_GETLEASE = 1025;
+  F_CANCELLK = 1029;
+  F_DUPFD_CLOEXEC = 1030;
+  F_NOTIFY = 1026;
+  F_SETPIPE_SZ = 1031;
+  F_GETPIPE_SZ = 1032;
+  F_ADD_SEALS = 1033;
+  F_GET_SEALS = 1034;
+
+
 { getrlimit/ugetrlimit resource parameter constants }
 { getrlimit/ugetrlimit resource parameter constants }
 const
 const
   RLIMIT_CPU = 0;       { CPU time in ms  }
   RLIMIT_CPU = 0;       { CPU time in ms  }