summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_setschedparam.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_setschedparam.c')
-rw-r--r--lib/libc_r/uthread/uthread_setschedparam.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_setschedparam.c b/lib/libc_r/uthread/uthread_setschedparam.c
index bb66fe5..57e24e8 100644
--- a/lib/libc_r/uthread/uthread_setschedparam.c
+++ b/lib/libc_r/uthread/uthread_setschedparam.c
@@ -38,7 +38,8 @@
#include "pthread_private.h"
int
-pthread_setschedparam(pthread_t pthread, int policy, struct sched_param *param)
+pthread_setschedparam(pthread_t pthread, int policy,
+ const struct sched_param *param)
{
int old_prio, in_readyq = 0, ret = 0;
OpenPOWER on IntegriCloud