summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/posix
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-07-03 11:50:53 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-07-05 07:10:04 +0200
commit77fbbd620f3eb4aa54cccd3491a2feff955f7822 (patch)
treecf96defcbac36450208907795f5fc4963ea57361 /cpukit/include/rtems/posix
parentriscv: Fix fcsr initialization (diff)
downloadrtems-77fbbd620f3eb4aa54cccd3491a2feff955f7822.tar.bz2
posix: Check for new <pthread.h> prototypes
Update #3342. Update #3343.
Diffstat (limited to 'cpukit/include/rtems/posix')
-rw-r--r--cpukit/include/rtems/posix/pthreadimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/rtems/posix/pthreadimpl.h b/cpukit/include/rtems/posix/pthreadimpl.h
index 3e2351e57e..e6ed1b8990 100644
--- a/cpukit/include/rtems/posix/pthreadimpl.h
+++ b/cpukit/include/rtems/posix/pthreadimpl.h
@@ -97,7 +97,7 @@ int _POSIX_Thread_Translate_to_sched_policy(
*/
int _POSIX_Thread_Translate_sched_param(
int policy,
- struct sched_param *param,
+ const struct sched_param *param,
Thread_CPU_budget_algorithms *budget_algorithm,
Thread_CPU_budget_algorithm_callout *budget_callout
);