fix statvfs syscalls (missing size argument)
[musl] / arch / x86_64 / bits / statfs.h
index 51bf8a5..63de75b 100644 (file)
@@ -11,5 +11,5 @@ struct statvfs {
        unsigned long f_frsize;
        fsfilcnt_t f_favail;
        unsigned long f_flag;
-       unsigned long __reserved[2];
+       unsigned long __reserved[3];
 };