diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-11-19 17:04:32 +0100 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-11-19 17:04:32 +0100 |
commit | cfd19d81ec47cfe593e07f4eb977a132f118f5ce (patch) | |
tree | 0228ff358558d6cce1250dbd70c05907d7915e65 /system | |
parent | 89489358b110afe47fb4f22bbb4d20b8022ff36c (diff) |
statvfs.h additions
Diffstat (limited to 'system')
-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 |