Browse Source

* fixed O_NOCTTY constant value

git-svn-id: trunk@12627 -
Jonas Maebe 16 years ago
parent
commit
1d43a5af55
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/darwin/unxconst.inc

+ 1 - 1
rtl/darwin/unxconst.inc

@@ -36,7 +36,7 @@ Const
   Open_Creat    = $200;       {Linux convention}
   Open_Creat    = $200;       {Linux convention}
   Open_Trunc    = $400;
   Open_Trunc    = $400;
   Open_Excl     = $800;
   Open_Excl     = $800;
-  Open_NoCTTY   = $8000;
+  Open_NoCTTY   = $20000;
 
 
   { The waitpid uses the following options:}
   { The waitpid uses the following options:}
   Wait_NoHang   = 1;
   Wait_NoHang   = 1;