diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-06-22 17:13:59 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-06-22 17:13:59 -0700 |
commit | 92987e9dd24ed222830b062f7366594d99ab553d (patch) | |
tree | 43dcf394a3769a0f4c9de21e5dda2df2ee528d12 /system/include/sys/statvfs.h | |
parent | 0c3005012ee5ef9e022614fe432973baaa7254b6 (diff) |
misc library additions/fixes
Diffstat (limited to 'system/include/sys/statvfs.h')
-rw-r--r-- | system/include/sys/statvfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/sys/statvfs.h b/system/include/sys/statvfs.h index cf0a8c96..192be153 100644 --- a/system/include/sys/statvfs.h +++ b/system/include/sys/statvfs.h @@ -20,7 +20,7 @@ struct statvfs { int f_namemax; }; -int statvfs(char *path, struct statvfs *s); +int statvfs(const char *path, struct statvfs *s); #ifdef __cplusplus } |