shithub: scc

Download patch

ref: 02fbd9d0cb5ff557a59d1114ee1343c87ee9dd51
parent: bdb96f1671f8b8f20bffc45cfacc7fa2ee2cb49f
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Mon Feb 20 06:59:45 EST 2017

[libc] Remove old definition of FILE from qbe/stdio.h

This definition was the old mock definition that used to work
with glibc.

--- a/libc/include/bits/qbe/arch/stdio.h
+++ b/libc/include/bits/qbe/arch/stdio.h
@@ -15,5 +15,4 @@
 #define TMP_MAX        25
 #define L_tmpnam      256
 
-typedef struct _FILE FILE;
 typedef int fpos_t;