summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libcsupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/include/rtems/libcsupport.h')
-rw-r--r--cpukit/libcsupport/include/rtems/libcsupport.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/libcsupport/include/rtems/libcsupport.h b/cpukit/libcsupport/include/rtems/libcsupport.h
index 7197df5708..434e56d974 100644
--- a/cpukit/libcsupport/include/rtems/libcsupport.h
+++ b/cpukit/libcsupport/include/rtems/libcsupport.h
@@ -29,9 +29,9 @@ extern "C" {
#include <sys/types.h>
void RTEMS_Malloc_Initialize(
- void *start,
- size_t length,
- size_t sbrk_amount
+ void *heap_begin,
+ uintptr_t heap_size,
+ size_t sbrk_amount
);
extern void malloc_dump(void);