commit 9c3251a4af2a09de43b0745569f011101cc5246e
Author:     Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Mon Feb 20 11:59:45 2017 +0100
Commit:     Roberto E. Vargas Caballero <[email protected]>
CommitDate: Mon Feb 20 12:19:29 2017 +0100

    [libc] Remove old definition of FILE from qbe/stdio.h
    
    This definition was the old mock definition that used to work
    with glibc.

diff --git a/libc/include/bits/qbe/arch/stdio.h 
b/libc/include/bits/qbe/arch/stdio.h
index 78ea716..e67bf3c 100644
--- a/libc/include/bits/qbe/arch/stdio.h
+++ b/libc/include/bits/qbe/arch/stdio.h
@@ -15,5 +15,4 @@ typedef unsigned long size_t;
 #define TMP_MAX        25
 #define L_tmpnam      256
 
-typedef struct _FILE FILE;
 typedef int fpos_t;

Reply via email to