summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-08 15:29:14 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-09 08:12:11 +0100
commit64ba1a9606c86f54d66d1d5cc638fb9aff7338a2 (patch)
treec0997ac9fa5e211b93569ed3b3b673bd697008f5 /cpukit/posix/include/rtems
parentposix: Remove POSIX_API_Control::schedpolicy (diff)
downloadrtems-64ba1a9606c86f54d66d1d5cc638fb9aff7338a2.tar.bz2
posix: Change created_with_explicit_scheduler
Remove POSIX_API_Control::created_with_explicit_scheduler. Add Thread_Control::was_created_with_inherited_scheduler. This fixes also pthread_getattr_np() for Classic tasks. Update #2514.
Diffstat (limited to 'cpukit/posix/include/rtems')
-rw-r--r--cpukit/posix/include/rtems/posix/threadsup.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpukit/posix/include/rtems/posix/threadsup.h b/cpukit/posix/include/rtems/posix/threadsup.h
index 4b62b19e1c..d3ee5b28bb 100644
--- a/cpukit/posix/include/rtems/posix/threadsup.h
+++ b/cpukit/posix/include/rtems/posix/threadsup.h
@@ -40,9 +40,6 @@ extern "C" {
* each thread in a system with POSIX configured.
*/
typedef struct {
- /** Created with explicit or inherited scheduler. */
- bool created_with_explicit_scheduler;
-
/**
* @brief Control block for the sporadic server scheduling policy.
*/