diff options
Diffstat (limited to 'libc/stdlib/malloc/heap_debug.c')
-rw-r--r-- | libc/stdlib/malloc/heap_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/malloc/heap_debug.c b/libc/stdlib/malloc/heap_debug.c index 59a1780cd..f51a68b57 100644 --- a/libc/stdlib/malloc/heap_debug.c +++ b/libc/stdlib/malloc/heap_debug.c @@ -18,7 +18,7 @@ #include <unistd.h> libc_hidden_proto(vfprintf) -libc_hidden_proto(fprintf) +/* libc_hidden_proto(fprintf) */ libc_hidden_proto(_exit) #include "malloc.h" |