refactor headers, especially alltypes.h, and improve C++ ABI compat
[musl] / include / sys / statfs.h
index d8128a2..6f4c623 100644 (file)
@@ -9,7 +9,7 @@ extern "C" {
 
 #include <sys/statvfs.h>
 
-typedef struct {
+typedef struct __fsid_t {
        int __val[2];
 } fsid_t;