summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/schedulerstrongapa.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/schedulerstrongapa.h')
-rw-r--r--cpukit/score/include/rtems/score/schedulerstrongapa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/score/schedulerstrongapa.h b/cpukit/score/include/rtems/score/schedulerstrongapa.h
index 29dee66c44..d961f20c68 100644
--- a/cpukit/score/include/rtems/score/schedulerstrongapa.h
+++ b/cpukit/score/include/rtems/score/schedulerstrongapa.h
@@ -115,7 +115,7 @@ void _Scheduler_strong_APA_Block(
Scheduler_Node *node
);
-bool _Scheduler_strong_APA_Unblock(
+void _Scheduler_strong_APA_Unblock(
const Scheduler_Control *scheduler,
Thread_Control *the_thread,
Scheduler_Node *node
@@ -156,7 +156,7 @@ Thread_Control *_Scheduler_strong_APA_Remove_processor(
struct Per_CPU_Control *cpu
);
-bool _Scheduler_strong_APA_Yield(
+void _Scheduler_strong_APA_Yield(
const Scheduler_Control *scheduler,
Thread_Control *the_thread,
Scheduler_Node *node