summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/sta_tsk.c
diff options
context:
space:
mode:
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 ) {