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