From 4088e75402de99b47b40838208154674a132d553 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 26 Oct 2009 05:56:30 +0000 Subject: Add local prototype for malloc_walk, malloc_info. --- testsuites/libtests/malloctest/init.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuites/libtests') diff --git a/testsuites/libtests/malloctest/init.c b/testsuites/libtests/malloctest/init.c index f7625b83b5..3eea432d5a 100644 --- a/testsuites/libtests/malloctest/init.c +++ b/testsuites/libtests/malloctest/init.c @@ -33,6 +33,10 @@ #include #include +/* HACK: Blatant visibility violations */ +extern int malloc_info(Heap_Information_block *the_info); +extern void malloc_walk(size_t source, size_t printf_enabled); + /* * A simple test of realloc */ -- cgit v1.2.3