summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/threadsup.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/include/rtems/posix/threadsup.h')
-rw-r--r--cpukit/posix/include/rtems/posix/threadsup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/include/rtems/posix/threadsup.h b/cpukit/posix/include/rtems/posix/threadsup.h
index a9f36ef1ad..e18a42995a 100644
--- a/cpukit/posix/include/rtems/posix/threadsup.h
+++ b/cpukit/posix/include/rtems/posix/threadsup.h
@@ -45,10 +45,10 @@ extern "C" {
typedef struct {
/** Back pointer to thread of this POSIX API control. */
Thread_Control *thread;
+
/** This is the POSIX threads attribute set. */
pthread_attr_t Attributes;
- /** This is the thread's current set of scheduling parameters. */
- struct sched_param schedparam;
+
/**
* This is the timer which controls when the thread executes at
* high and low priority when using the sporadic scheduler.