summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadchangepriority.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/threadchangepriority.c')
-rw-r--r--cpukit/score/src/threadchangepriority.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/threadchangepriority.c b/cpukit/score/src/threadchangepriority.c
index df3ad0983f..ec9099e118 100644
--- a/cpukit/score/src/threadchangepriority.c
+++ b/cpukit/score/src/threadchangepriority.c
@@ -52,7 +52,7 @@
void _Thread_Change_priority(
Thread_Control *the_thread,
Priority_Control new_priority,
- boolean prepend_it
+ bool prepend_it
)
{
ISR_Level level;