repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xfreopen need not depend on freopen-safer
[gnulib.git]
/
lib
/
stat-macros.h
blob
690216c74e264ea368fc7f70b180251e341d4149
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)