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_ISUID.h
blob: 85295ad3c3c07e8405c57da2e9e276b5db58ecf6 (
plain
)
1
2
3
4
5
#include <sys/stat.h> #define S_ISUID (04000) /* POSIX(1) */