diff options
Diffstat (limited to 'malloc/mtrace.c')
-rw-r--r-- | malloc/mtrace.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/malloc/mtrace.c b/malloc/mtrace.c index 52347ea117..d9960bdaf3 100644 --- a/malloc/mtrace.c +++ b/malloc/mtrace.c @@ -36,11 +36,8 @@ #ifdef _LIBC # include <libc-internal.h> -#endif -#ifdef USE_IN_LIBIO # include <libio/iolibio.h> -# define fopen(f, n) _IO_fopen64 (f, n) # define setvbuf(s, b, f, l) INTUSE(_IO_setvbuf) (s, b, f, l) # define fwrite(buf, size, count, fp) _IO_fwrite (buf, size, count, fp) #endif |