Changeset 44299 in vbox for trunk/include/iprt
- Timestamp:
- Jan 15, 2013 2:58:38 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83214
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/fs.h
r43046 r44299 93 93 /** Other executable (S_IXOTH). */ 94 94 #define RTFS_UNIX_IXOTH 0000001U 95 96 /** All UNIX access permission bits (0777). */ 97 #define RTFS_UNIX_ALL_ACCESS_PERMS 0000777U 98 /** All UNIX permission bits, including set id and sticky bits. */ 99 #define RTFS_UNIX_ALL_PERMS 0007777U 95 100 96 101 /** Named pipe (fifo) (S_IFIFO). */
Note:
See TracChangeset
for help on using the changeset viewer.