rm_/lib/stat-macros.h

4 lines
144 B
C
Raw Normal View History

2020-09-02 16:47:03 +08:00
/* All the mode bits that can be affected by chmod. */
#define CHMOD_MODE_BITS \
(S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)