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
/
statvfs
/
ST_RDONLY.c
blob: a95bc7b20f8fb6fd92129dcf52d07a1b30ac524a (
plain
)
1
2
3
4
5
6
#include <sys/statvfs.h> #define ST_RDONLY (1<<0) /* XOPEN(400) POSIX(200809) */