summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/chg_pri.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/chg_pri.c')
-rw-r--r--cpukit/itron/src/chg_pri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/itron/src/chg_pri.c b/cpukit/itron/src/chg_pri.c
index d47d17cafc..0a29128959 100644
--- a/cpukit/itron/src/chg_pri.c
+++ b/cpukit/itron/src/chg_pri.c
@@ -61,7 +61,7 @@ ER chg_pri(
if ( the_thread->resource_count == 0 ||
the_thread->current_priority > new_priority )
- _Thread_Change_priority( the_thread, new_priority, FALSE );
+ _Thread_Change_priority( the_thread, new_priority, false );
break;
}