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_ISGID.h
blob: 55ceb1056ed72ed817de17e2b115587290abe508 (
plain
)
1
2
3
4
5
#include <sys/stat.h> #define S_ISGID (02000) /* POSIX(1) */