Browse Source

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

Peter S. Mazinger 20 years ago
parent
commit
1f3828fda9
1 changed files with 0 additions and 4 deletions
  1. 0 4
      libc/misc/wchar/wchar.c

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

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