summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/pheapallocatealigned.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/pheapallocatealigned.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/pheapallocatealigned.c b/cpukit/score/src/pheapallocatealigned.c
index 1e1706063b..97873f9b29 100644
--- a/cpukit/score/src/pheapallocatealigned.c
+++ b/cpukit/score/src/pheapallocatealigned.c
@@ -18,7 +18,7 @@
void *_Protected_heap_Allocate_aligned(
Heap_Control *the_heap,
- size_t size,
+ intptr_t size,
uint32_t alignment
)
{