From e460cd00fddc586908192fa8f46b7e5bfe6bd5ce Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 27 Sep 2017 12:07:14 +0200 Subject: score: Rename to _Scheduler_Control Rename struct Scheduler_Control to _Scheduler_Control to allow its use in standard header files, e.g. . Update #3112. --- cpukit/score/include/rtems/score/threadimpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/include/rtems/score/threadimpl.h') 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, -- cgit v1.2.3