From 2ff6759dabdcf13f682e4a3c2d78c335d46880ab Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 26 Oct 2009 05:53:29 +0000 Subject: Add local prototype for malloc_walk. --- testsuites/libtests/malloctest/task1.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testsuites/libtests') 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 #include +/* 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( -- cgit v1.2.3