doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / lib / stat-macros.h
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)