summaryrefslogtreecommitdiff
path: root/libc/stdio/fopen64.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-12-13 10:00:07 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-12-13 10:00:07 +0000
commit20453d82ab702cd25791a84d10ef73cada4cc3b0 (patch)
tree62e2315b38daf4e7cab624daef11e5b968081986 /libc/stdio/fopen64.c
parentd0769ae0d6f6ea12a8d980521aa5f934c9eeaa4e (diff)
Do hidden fopen*/remove
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 64ba30501..2aebd72eb 100644
--- a/libc/stdio/fopen64.c
+++ b/libc/stdio/fopen64.c
@@ -8,6 +8,7 @@
#include "_stdio.h"
#define __DO_LARGEFILE
+#define __fopen __fopen64
#define fopen fopen64
#define FILEDES_ARG (-2)
#include "fopen.c"