File: stat-macros.h

package info (click to toggle)
dc3dd 7.2.646-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 27,900 kB
  • sloc: ansic: 29,502; sh: 6,778; perl: 1,468; yacc: 1,227; makefile: 152; python: 39; 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)