summaryrefslogtreecommitdiffstats
path: root/libc/misc/wchar/wchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/misc/wchar/wchar.c')
-rw-r--r--libc/misc/wchar/wchar.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/misc/wchar/wchar.c b/libc/misc/wchar/wchar.c
index 1a16fc9d6..0d7d8371a 100644
--- a/libc/misc/wchar/wchar.c
+++ b/libc/misc/wchar/wchar.c
@@ -98,6 +98,10 @@
* Manuel
*/
+#define vfprintf __vfprintf
+#define fread __fread
+#define fwrite __fwrite
+
#define _GNU_SOURCE
#define _ISOC99_SOURCE
#include <errno.h>