aboutsummaryrefslogtreecommitdiff
path: root/system/include
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-11-19 17:04:32 +0100
committerAlon Zakai <alonzakai@gmail.com>2012-11-19 17:04:32 +0100
commitcfd19d81ec47cfe593e07f4eb977a132f118f5ce (patch)
tree0228ff358558d6cce1250dbd70c05907d7915e65 /system/include
parent89489358b110afe47fb4f22bbb4d20b8022ff36c (diff)
statvfs.h additions
Diffstat (limited to 'system/include')
-rw-r--r--system/include/sys/statvfs.h2
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