root/lib/stat-macros.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


/* 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)

/* [<][>][^][v][top][bottom][index][help] */