summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/libcsupport/src/malloc_deferred.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/malloc_deferred.c b/cpukit/libcsupport/src/malloc_deferred.c
index e781a05bd5..2a4f5c892b 100644
--- a/cpukit/libcsupport/src/malloc_deferred.c
+++ b/cpukit/libcsupport/src/malloc_deferred.c
@@ -76,7 +76,7 @@ static void _Malloc_Process_deferred_frees( void )
}
void *rtems_heap_allocate_aligned_with_boundary(
- uintptr_t size,
+ size_t size,
uintptr_t alignment,
uintptr_t boundary
)