File: stat-macros.h

package info (click to toggle)
tar 1.29b-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 17,464 kB
  • sloc: ansic: 75,911; sh: 48,709; yacc: 1,254; makefile: 460; sed: 16
file content (3 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (63)
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)