From 6bab009a61ae9ca7f7ac76140f8f13fbaab784c6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 14 Jun 2016 17:23:03 +0200 Subject: posix: Delete POSIX_API_Control::schedparam This field was redundant. --- cpukit/posix/include/rtems/posix/threadsup.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/posix/include/rtems/posix/threadsup.h') 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. -- cgit v1.2.3