index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sys
/
stat
/
S_IRWXU.h
blob: a518680e8ffa0344f7c0e6759b1c5d7adbe08e66 (
plain
)
1
2
3
4
5
6
#include <sys/stat.h> #define S_IRWXU (0700) /* POSIX(1) */