summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/bsplibc.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/shared/bsplibc.c')
-rw-r--r--c/src/lib/libbsp/shared/bsplibc.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/shared/bsplibc.c b/c/src/lib/libbsp/shared/bsplibc.c
index 90ba6132b1..181dcff303 100644
--- a/c/src/lib/libbsp/shared/bsplibc.c
+++ b/c/src/lib/libbsp/shared/bsplibc.c
@@ -9,14 +9,8 @@
#include <bsp/bootcard.h>
-void bsp_libc_init(
- void *heap_begin,
- uintptr_t heap_size,
- size_t sbrk_amount
-)
+void bsp_libc_init(void)
{
- RTEMS_Malloc_Initialize( heap_begin, heap_size, sbrk_amount );
-
/*
* Init the RTEMS libio facility to provide UNIX-like system
* calls for use by newlib (ie: provide open, close, etc)