summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/include/rtems/libcsupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libcsupport/include/rtems/libcsupport.h')
-rw-r--r--c/src/exec/libcsupport/include/rtems/libcsupport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/libcsupport/include/rtems/libcsupport.h b/c/src/exec/libcsupport/include/rtems/libcsupport.h
index f43cd189e1..e426ec5ef5 100644
--- a/c/src/exec/libcsupport/include/rtems/libcsupport.h
+++ b/c/src/exec/libcsupport/include/rtems/libcsupport.h
@@ -30,6 +30,7 @@ void RTEMS_Malloc_Initialize(
);
extern void malloc_dump(void);
+extern void malloc_walk(size_t source, size_t printf_enabled);
extern void libc_init(int reentrant);
extern int host_errno(void);
extern void fix_syscall_errno(void);