summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-26 05:53:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-26 05:53:29 +0000
commit2ff6759dabdcf13f682e4a3c2d78c335d46880ab (patch)
treef05d5d918fb82084707ca6a4bd4be18cd4c73c2b /testsuites/libtests
parent2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-2ff6759dabdcf13f682e4a3c2d78c335d46880ab.tar.bz2
Add local prototype for malloc_walk.
Diffstat (limited to 'testsuites/libtests')
-rw-r--r--testsuites/libtests/malloctest/task1.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/libtests/malloctest/task1.c b/testsuites/libtests/malloctest/task1.c
index fa9cef4640..289016f1bf 100644
--- a/testsuites/libtests/malloctest/task1.c
+++ b/testsuites/libtests/malloctest/task1.c
@@ -18,6 +18,9 @@
#include <string.h>
#include <stdlib.h>
+/* HACK: Blatant visibility violation */
+extern void malloc_walk(size_t source, size_t printf_enabled);
+
#define NUM_PASSES 100
rtems_task Task_1_through_5(