summaryrefslogtreecommitdiff
path: root/gnu/stat-macros.h
blob: 00112cef10365b5e9e8eacc22f6c4de30f2c9085 (plain)
1
2
3
4
5
/* -*- buffer-read-only: t -*- vi: set ro: */
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* 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)