source: diffutils/vendor/current/lib/stat-macros.h@ 530

Last change on this file since 530 was 530, checked in by Yuri Dario, 12 years ago

diffutils: initial vendor import of diffutils 3.2.0.

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.