summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/heapresizeblock.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-02-11 08:35:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-02-11 08:35:15 +0000
commit59c44c6b954d4525d0d5215753a7927993769f0b (patch)
tree623e0c4b8c69baa4f53f1bfce526a222a42f3d8f /cpukit/score/src/heapresizeblock.c
parent2007-02-11 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-59c44c6b954d4525d0d5215753a7927993769f0b.tar.bz2
More size_t for heap-sizes.
Diffstat (limited to 'cpukit/score/src/heapresizeblock.c')
-rw-r--r--cpukit/score/src/heapresizeblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/heapresizeblock.c b/cpukit/score/src/heapresizeblock.c
index 661ef20b51..97b25442f6 100644
--- a/cpukit/score/src/heapresizeblock.c
+++ b/cpukit/score/src/heapresizeblock.c
@@ -44,7 +44,7 @@
Heap_Resize_status _Heap_Resize_block(
Heap_Control *the_heap,
void *starting_address,
- uint32_t size,
+ size_t size,
uint32_t *old_mem_size,
uint32_t *avail_mem_size
)