source:
diffutils/vendor/current/lib/stat-macros.h@
530
Last change on this file since 530 was 530, checked in by , 12 years ago | |
---|---|
File size: 144 bytes |
Line | |
---|---|
1 | /* All the mode bits that can be affected by chmod. */ |
2 | #define CHMOD_MODE_BITS \ |
3 | (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) |
Note:
See TracBrowser
for help on using the repository browser.