소스 검색

* 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;