浏览代码

* fixed O_NOCTTY constant value

git-svn-id: trunk@12627 -
Jonas Maebe 16 年之前
父节点
当前提交
1d43a5af55
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/darwin/unxconst.inc

+ 1 - 1
rtl/darwin/unxconst.inc

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