浏览代码

+ Add S_IRWXU

git-svn-id: trunk@3812 -
daniel 19 年之前
父节点
当前提交
6d4b583709
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      rtl/linux/ostypes.inc

+ 1 - 0
rtl/linux/ostypes.inc

@@ -279,6 +279,7 @@ CONST
     S_IROTH =  %0000000100;     { Read permission for world   }
     S_IWOTH =  %0000000010;     { Write permission for world  }
     S_IXOTH =  %0000000001;     { Exec permission for world   }
+    S_IRWXU = __S_IREAD or __S_IWRITE or __S_IEXEC;
 
     { Used for waitpid }
     WNOHANG   =          1;     { don't block waiting               }