summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/sta_tsk.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-04 16:04:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-04 16:04:00 +0000
commit22d66ab1af9cafec423a78692286c64b4da1c80b (patch)
treeae1d5b5934a07f5c4906d754f3acac4812e4a4a6 /cpukit/itron/src/sta_tsk.c
parentConvert to "bool". (diff)
downloadrtems-22d66ab1af9cafec423a78692286c64b4da1c80b.tar.bz2
Convert to "bool".
Diffstat (limited to 'cpukit/itron/src/sta_tsk.c')
-rw-r--r--cpukit/itron/src/sta_tsk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/itron/src/sta_tsk.c b/cpukit/itron/src/sta_tsk.c
index 8b7f73fca2..f7d1a12a07 100644
--- a/cpukit/itron/src/sta_tsk.c
+++ b/cpukit/itron/src/sta_tsk.c
@@ -35,7 +35,7 @@ ER sta_tsk(
{
register Thread_Control *the_thread;
Objects_Locations location;
- boolean status;
+ bool status;
the_thread = _ITRON_Task_Get( tskid, &location );
switch ( location ) {