summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-26 05:56:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-26 05:56:30 +0000
commit4088e75402de99b47b40838208154674a132d553 (patch)
tree74c805da6b293cc6f08ffb2e2141803148e622d3 /testsuites/libtests
parent2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4088e75402de99b47b40838208154674a132d553.tar.bz2
Add local prototype for malloc_walk, malloc_info.
Diffstat (limited to 'testsuites/libtests')
-rw-r--r--testsuites/libtests/malloctest/init.c4
1 files changed, 4 insertions, 0 deletions
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 <errno.h>
#include <rtems/score/protectedheap.h>
+/* 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
*/