scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit 9c3251a4af2a09de43b0745569f011101cc5246e
parent 862d851ebc20bb70184877f66c5e14858731f306
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Mon, 20 Feb 2017 11:59:45 +0100

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

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

Diffstat:
Mlibc/include/bits/qbe/arch/stdio.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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;