Explorar o código

Fix issue with stdio.h bits file not having FILE defined

Jeremy Soller %!s(int64=6) %!d(string=hai) anos
pai
achega
f1df1f9f0b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      include/bits/stdio.h

+ 2 - 0
include/bits/stdio.h

@@ -4,6 +4,8 @@
 #define EOF (-1)
 #define BUFSIZ 1024
 
+typedef struct FILE FILE;
+
 int fprintf(FILE * stream, const char * fmt, ...);
 int printf(const char * fmt, ...);
 int snprintf(char *s, size_t n, const char * fmt, ...);