summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-06 09:22:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-06 09:22:09 +0000
commit199e748875e2805cbea9433ae4776def11efc492 (patch)
treeeac55051599e749999a695004fbf4a33b32f7264 /cpukit/score
parent2005-11-06 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-199e748875e2805cbea9433ae4776def11efc492.tar.bz2
Eliminate obsolete types.
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/src/heap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/heap.c b/cpukit/score/src/heap.c
index e6c9cd920c..5a38d3f449 100644
--- a/cpukit/score/src/heap.c
+++ b/cpukit/score/src/heap.c
@@ -224,7 +224,7 @@ uint32_t _Heap_Calc_block_size(
* When split, make the lower part used, and leave the upper part free.
* Return the size of allocated block.
*/
-unsigned32 _Heap_Block_allocate(
+uint32_t _Heap_Block_allocate(
Heap_Control* the_heap,
Heap_Block* the_block,
uint32_t alloc_size)