summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/threadimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/threadimpl.h')
-rw-r--r--cpukit/score/include/rtems/score/threadimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/threadimpl.h b/cpukit/score/include/rtems/score/threadimpl.h
index b2263a1dc2..7fe06e7a83 100644
--- a/cpukit/score/include/rtems/score/threadimpl.h
+++ b/cpukit/score/include/rtems/score/threadimpl.h
@@ -165,7 +165,7 @@ void _Thread_Stack_Free(
bool _Thread_Initialize(
Thread_Information *information,
Thread_Control *the_thread,
- const struct Scheduler_Control *scheduler,
+ const struct _Scheduler_Control *scheduler,
void *stack_area,
size_t stack_size,
bool is_fp,