refactor headers, especially alltypes.h, and improve C++ ABI compat
[musl] / include / stdio.h
index ad407fb..cd60bb5 100644 (file)
@@ -43,7 +43,7 @@ extern "C" {
 #define TMP_MAX 10000
 #define L_tmpnam 20
 
-typedef union {
+typedef union _G_fpos64_t {
        char __opaque[16];
        double __align;
 } fpos_t;