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_IRUSR.h
blob: 2b62f4f1269557554fc0fe20a8e264e7ccdb08d9 (
plain
)
1
2
3
4
5
6
#include <sys/stat.h> #define S_IRUSR (0400) /* POSIX(1) */