diff options
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 } |