Explorar o código

Remove fread/fwrite/vfprintf redefines, the only user is iconv, being an external app

Peter S. Mazinger %!s(int64=20) %!d(string=hai) anos
pai
achega
1f3828fda9
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      libc/misc/wchar/wchar.c

+ 0 - 4
libc/misc/wchar/wchar.c

@@ -98,10 +98,6 @@
  * Manuel
  */
 
-#define vfprintf __vfprintf
-#define fread __fread
-#define fwrite __fwrite
-
 #define _GNU_SOURCE
 #define _ISOC99_SOURCE
 #include <errno.h>