From 63e2ca1b8b0a651a733d4ac3e0517397d0681214 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 31 Oct 2016 09:13:35 +0100 Subject: score: Simplify yield and unblock scheduler ops Update #2556. --- cpukit/score/src/schedulerpriorityunblock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/src/schedulerpriorityunblock.c') diff --git a/cpukit/score/src/schedulerpriorityunblock.c b/cpukit/score/src/schedulerpriorityunblock.c index 99d4310a4c..405b83f350 100644 --- a/cpukit/score/src/schedulerpriorityunblock.c +++ b/cpukit/score/src/schedulerpriorityunblock.c @@ -22,7 +22,7 @@ #include -Scheduler_Void_or_thread _Scheduler_priority_Unblock ( +Scheduler_Void_or_bool _Scheduler_priority_Unblock ( const Scheduler_Control *scheduler, Thread_Control *the_thread, Scheduler_Node *node @@ -72,5 +72,5 @@ Scheduler_Void_or_thread _Scheduler_priority_Unblock ( _Scheduler_Update_heir( the_thread, priority == PRIORITY_PSEUDO_ISR ); } - SCHEDULER_RETURN_VOID_OR_NULL; + SCHEDULER_RETURN_VOID_OR_BOOL; } -- cgit v1.2.3