refactor headers, especially alltypes.h, and improve C++ ABI compat
[musl] / src / internal / stdio_impl.h
index c9d20fa..2083b2f 100644 (file)
@@ -18,7 +18,7 @@
 #define F_ERR 32
 #define F_SVB 64
 
-struct __FILE_s {
+struct _IO_FILE {
        unsigned flags;
        unsigned char *rpos, *rend;
        int (*close)(FILE *);