summaryrefslogtreecommitdiff
path: root/gnu/stat-macros.h
blob: 690216c74e264ea368fc7f70b180251e341d4149 (plain)
1
2
3
/* 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)