Add local prototype for malloc_walk.

This commit is contained in:
Ralf Corsepius
2009-10-26 05:53:29 +00:00
parent 4a1816fc29
commit 2ff6759dab

View File

@@ -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(