Browse Source

* added O_CLOEXEC

git-svn-id: trunk@38100 -
michael 7 years ago
parent
commit
94b6fe6ad3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      rtl/linux/linux.pp

+ 3 - 0
rtl/linux/linux.pp

@@ -29,6 +29,9 @@ interface
 uses
   BaseUnix, unixtype;
 
+Const
+  O_CLOEXEC = $80000;
+  
 type
   TSysInfo = record
     uptime: clong;                     //* Seconds since boot */