summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/scheduleredfallocate.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/scheduleredfallocate.c')
-rw-r--r--cpukit/score/src/scheduleredfallocate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/src/scheduleredfallocate.c b/cpukit/score/src/scheduleredfallocate.c
index 73df5b88e2..68ae12450c 100644
--- a/cpukit/score/src/scheduleredfallocate.c
+++ b/cpukit/score/src/scheduleredfallocate.c
@@ -25,8 +25,8 @@
#include <rtems/score/wkspace.h>
void *_Scheduler_EDF_Allocate(
- Scheduler_Control *scheduler,
- Thread_Control *the_thread
+ const Scheduler_Control *scheduler,
+ Thread_Control *the_thread
)
{
void *sched;