summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulersimpleunblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/schedulersimpleunblock.c')
-rw-r--r--cpukit/score/src/schedulersimpleunblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/schedulersimpleunblock.c b/cpukit/score/src/schedulersimpleunblock.c
index 5be5c16ad9..f7b9c936b7 100644
--- a/cpukit/score/src/schedulersimpleunblock.c
+++ b/cpukit/score/src/schedulersimpleunblock.c
@@ -24,7 +24,7 @@ void _Scheduler_simple_Unblock(
Thread_Control *the_thread
)
{
- _Scheduler_simple_Ready_queue_Enqueue(the_thread);
+ _Scheduler_simple_Ready_queue_enqueue(the_thread);
/*
* If the thread that was unblocked is more important than the heir,