[hackers] [scc] [libc] Remove old definition of FILE from qbe/stdio.h || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Mon, 20 Feb 2017 12:19:46 +0100 (CET)

commit 9c3251a4af2a09de43b0745569f011101cc5246e
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Mon Feb 20 11:59:45 2017 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
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
_AT_@ -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;
Received on Mon Feb 20 2017 - 12:19:46 CET

This archive was generated by hypermail 2.3.0 : Mon Feb 20 2017 - 12:24:18 CET