summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/threadsup.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-14 17:21:53 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-22 14:00:28 +0200
commit4dc5450eebc1d863ea31f4b5e00fb7a9b67972e8 (patch)
treea2f4c401f9d5ecbc6bbbf858e7d04c0692100fea /cpukit/posix/include/rtems/posix/threadsup.h
parentposix: Delete POSIX_API_Control::ss_high_priority (diff)
downloadrtems-4dc5450eebc1d863ea31f4b5e00fb7a9b67972e8.tar.bz2
posix: Delete POSIX_API_Control::schedpolicy
This field was redundant.
Diffstat (limited to 'cpukit/posix/include/rtems/posix/threadsup.h')
-rw-r--r--cpukit/posix/include/rtems/posix/threadsup.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/posix/include/rtems/posix/threadsup.h b/cpukit/posix/include/rtems/posix/threadsup.h
index 60bf0e46da..a9f36ef1ad 100644
--- a/cpukit/posix/include/rtems/posix/threadsup.h
+++ b/cpukit/posix/include/rtems/posix/threadsup.h
@@ -47,8 +47,6 @@ typedef struct {
Thread_Control *thread;
/** This is the POSIX threads attribute set. */
pthread_attr_t Attributes;
- /** This is the thread's current scheduling policy. */
- int schedpolicy;
/** This is the thread's current set of scheduling parameters. */
struct sched_param schedparam;
/**