From 64ba1a9606c86f54d66d1d5cc638fb9aff7338a2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 8 Nov 2017 15:29:14 +0100 Subject: 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. --- cpukit/posix/include/rtems/posix/threadsup.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'cpukit/posix/include/rtems') 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. */ -- cgit v1.2.3