From 28c8634afdc1fa236679b49ab0d5a019379c6db1 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Thu, 27 Nov 2008 18:21:33 +0000 Subject: Synch with trunk @ 24165 Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character) --- libc/stdlib/malloc/heap_debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/stdlib/malloc/heap_debug.c') diff --git a/libc/stdlib/malloc/heap_debug.c b/libc/stdlib/malloc/heap_debug.c index f51a68b57..f1ccc6f2d 100644 --- a/libc/stdlib/malloc/heap_debug.c +++ b/libc/stdlib/malloc/heap_debug.c @@ -17,9 +17,9 @@ #include #include -libc_hidden_proto(vfprintf) +/* libc_hidden_proto(vfprintf) */ /* libc_hidden_proto(fprintf) */ -libc_hidden_proto(_exit) +/* libc_hidden_proto(_exit) */ #include "malloc.h" #include "heap.h" -- cgit v1.2.3