summaryrefslogtreecommitdiff
path: root/libc/stdio/fopen64.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/fopen64.c
parent59bf5cbe99873625ce3d5a9b984e9b98e659eefa (diff)
Get rid of warnings, use internals, create new hidden versions
Diffstat (limited to 'libc/stdio/fopen64.c')
-rw-r--r--libc/stdio/fopen64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/stdio/fopen64.c b/libc/stdio/fopen64.c
index 2aebd72eb..c65e9a4e9 100644
--- a/libc/stdio/fopen64.c
+++ b/libc/stdio/fopen64.c
@@ -9,6 +9,7 @@
#define __DO_LARGEFILE
#define __fopen __fopen64
+#undef fopen
#define fopen fopen64
#define FILEDES_ARG (-2)
#include "fopen.c"