summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/thread.h')
-rw-r--r--cpukit/score/include/rtems/score/thread.h4
1 files changed, 2 insertions, 2 deletions
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.