internal/syscall.h: use a macro for the syscall args casts
[musl] / src / internal / stdio_impl.h
index c9d20fa..79be9fd 100644 (file)
@@ -17,8 +17,9 @@
 #define F_EOF 16
 #define F_ERR 32
 #define F_SVB 64
+#define F_APP 128
 
-struct __FILE_s {
+struct _IO_FILE {
        unsigned flags;
        unsigned char *rpos, *rend;
        int (*close)(FILE *);