File: stat-macros.h

package info (click to toggle)
diffutils 1%3A3.7-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 13,108 kB
  • sloc: ansic: 73,660; sh: 10,159; perl: 450; makefile: 213; sed: 16
file content (3 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (66)
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)