summaryrefslogtreecommitdiff
path: root/libc/stdio/fopen.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-12-16 00:38:38 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-12-16 00:38:38 +0000
commitd482ef60da96645599b808bb74fe014e1ab4671e (patch)
treecf7028139dad0bcca533c61f5a3fbbcec60696ea /libc/stdio/fopen.c
parent59bf5cbe99873625ce3d5a9b984e9b98e659eefa (diff)
Get rid of warnings, use internals, create new hidden versions
Diffstat (limited to 'libc/stdio/fopen.c')
-rw-r--r--libc/stdio/fopen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/stdio/fopen.c b/libc/stdio/fopen.c
index f10c326aa..ad5d1aa92 100644
--- a/libc/stdio/fopen.c
+++ b/libc/stdio/fopen.c
@@ -9,8 +9,10 @@
#ifndef __DO_LARGEFILE
# define FILEDES_ARG (-1)
+#undef __fopen
#undef fopen
#else
+#undef __fopen64
#undef fopen64
#endif