summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulerpriorityextract.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/schedulerpriorityextract.c')
-rw-r--r--cpukit/score/src/schedulerpriorityextract.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/cpukit/score/src/schedulerpriorityextract.c b/cpukit/score/src/schedulerpriorityextract.c
index 7e45527ce7..e5888dc7d9 100644
--- a/cpukit/score/src/schedulerpriorityextract.c
+++ b/cpukit/score/src/schedulerpriorityextract.c
@@ -21,9 +21,7 @@
#include <rtems/score/schedulerpriorityimpl.h>
-void _Scheduler_priority_Extract(
- Thread_Control *the_thread
-)
+void _Scheduler_priority_Extract( Thread_Control *the_thread )
{
- _Scheduler_priority_Ready_queue_extract( the_thread );
+ _Scheduler_priority_Extract_body( the_thread );
}