summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulersimpleblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/schedulersimpleblock.c')
-rw-r--r--cpukit/score/src/schedulersimpleblock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/src/schedulersimpleblock.c b/cpukit/score/src/schedulersimpleblock.c
index 8bfab69adf..ad409bbf61 100644
--- a/cpukit/score/src/schedulersimpleblock.c
+++ b/cpukit/score/src/schedulersimpleblock.c
@@ -22,8 +22,8 @@
#include <rtems/score/schedulersimpleimpl.h>
void _Scheduler_simple_Block(
- Scheduler_Control *scheduler,
- Thread_Control *the_thread
+ const Scheduler_Control *scheduler,
+ Thread_Control *the_thread
)
{
_Scheduler_Generic_block(