summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/heapallocatealigned.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/heapallocatealigned.c')
-rw-r--r--cpukit/score/src/heapallocatealigned.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/heapallocatealigned.c b/cpukit/score/src/heapallocatealigned.c
index 3fda404490..6ac1425063 100644
--- a/cpukit/score/src/heapallocatealigned.c
+++ b/cpukit/score/src/heapallocatealigned.c
@@ -131,7 +131,7 @@ Heap_Block *block_allocate(
void *_Heap_Allocate_aligned(
Heap_Control *the_heap,
- size_t size,
+ ssize_t size,
uint32_t alignment
)
{