소스 검색

* Extra linux fcntl constants

Michaël Van Canneyt 2 년 전
부모
커밋
75c252fd8f
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      rtl/linux/ostypes.inc

+ 11 - 0
rtl/linux/ostypes.inc

@@ -397,6 +397,17 @@ CONST
   F_GetOwn = 9;
 {$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 }
 const
   RLIMIT_CPU = 0;       { CPU time in ms  }