diff options
Diffstat (limited to 'system/include/sys/statvfs.h')
-rw-r--r-- | system/include/sys/statvfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/sys/statvfs.h b/system/include/sys/statvfs.h index 192be153..8e17f817 100644 --- a/system/include/sys/statvfs.h +++ b/system/include/sys/statvfs.h @@ -22,6 +22,8 @@ struct statvfs { int statvfs(const char *path, struct statvfs *s); +#define ST_RDONLY 0 + #ifdef __cplusplus } #endif |