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/thread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/include/rtems/score/thread.h') diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h index ecab766fee..488e961007 100644 --- a/cpukit/score/include/rtems/score/thread.h +++ b/cpukit/score/include/rtems/score/thread.h @@ -44,7 +44,7 @@ struct _pthread_cleanup_context; struct Per_CPU_Control; -struct Scheduler_Control; +struct _Scheduler_Control; struct User_extensions_Iterator; @@ -261,7 +261,7 @@ typedef struct { /** * @brief The home scheduler control of this thread. */ - const struct Scheduler_Control *home; + const struct _Scheduler_Control *home; /** * @brief The processor assigned by the current scheduler. -- cgit v1.2.3