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_IXGRP.c
blob: 34f44729f0d05a6614cd81b0a255cc35669b0e49 (
plain
)
1
2
3
4
5
#include <sys/stat.h> #define S_IXGRP (010) /* POSIX(1) */