summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/malloc.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-05-16 12:09:56 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-05-16 12:38:21 +0200
commit502629707d8f28e2b1548ebdf03599612d7b6ef5 (patch)
tree553091f9bd23253f54ac6a0f607dace75718b0a2 /cpukit/libcsupport/include/rtems/malloc.h
parentFilesystem: Add missing include file <stdint.h> (diff)
downloadrtems-502629707d8f28e2b1548ebdf03599612d7b6ef5.tar.bz2
libcsupport: Adjust malloc_walk() prototype
The header file <rtems/malloc.h> provides now also the malloc_walk() prototype. The malloc_walk() prototype reflects now the _Protected_heap_Walk() API. The return status helps to print only in case of an error.
Diffstat (limited to 'cpukit/libcsupport/include/rtems/malloc.h')
-rw-r--r--cpukit/libcsupport/include/rtems/malloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libcsupport/include/rtems/malloc.h b/cpukit/libcsupport/include/rtems/malloc.h
index e4d7ee8ce8..7f56a842e5 100644
--- a/cpukit/libcsupport/include/rtems/malloc.h
+++ b/cpukit/libcsupport/include/rtems/malloc.h
@@ -18,6 +18,7 @@
#include <rtems.h>
#include <rtems/bspIo.h>
+#include <rtems/libcsupport.h> /* for malloc_walk() */
#include <stdint.h>