summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/pheapwalk.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-04 17:46:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-04 17:46:39 +0000
commit484a76996eeb65ad726b65946642516c70b3257b (patch)
tree6aed4eba45d4eb704f004622ecbf63e275bb876c /cpukit/score/src/pheapwalk.c
parent2008-09-04 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-484a76996eeb65ad726b65946642516c70b3257b.tar.bz2
Convert to "bool".
Diffstat (limited to 'cpukit/score/src/pheapwalk.c')
-rw-r--r--cpukit/score/src/pheapwalk.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/src/pheapwalk.c b/cpukit/score/src/pheapwalk.c
index e20cf124d7..4ddd5d9f90 100644
--- a/cpukit/score/src/pheapwalk.c
+++ b/cpukit/score/src/pheapwalk.c
@@ -16,13 +16,13 @@
#include <rtems/system.h>
#include <rtems/score/protectedheap.h>
-boolean _Protected_heap_Walk(
+bool _Protected_heap_Walk(
Heap_Control *the_heap,
int source,
- boolean do_dump
+ bool do_dump
)
{
- boolean status;
+ bool status;
/*
* If we are called from within a dispatching critical section,