diff options
Diffstat (limited to 'src/sys/statvfs/ST_RDONLY.c')
| -rw-r--r-- | src/sys/statvfs/ST_RDONLY.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sys/statvfs/ST_RDONLY.c b/src/sys/statvfs/ST_RDONLY.c new file mode 100644 index 00000000..a95bc7b2 --- /dev/null +++ b/src/sys/statvfs/ST_RDONLY.c @@ -0,0 +1,6 @@ +#include <sys/statvfs.h> +#define ST_RDONLY (1<<0) +/* +XOPEN(400) +POSIX(200809) +*/ |
