diff options
Diffstat (limited to 'include/pthread/pthread.h')
-rw-r--r-- | include/pthread/pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pthread/pthread.h b/include/pthread/pthread.h index 8b25811..7e0e7de 100644 --- a/include/pthread/pthread.h +++ b/include/pthread/pthread.h @@ -680,7 +680,7 @@ extern int pthread_getschedparam (pthread_t thread, int *policy, struct sched_param *param); /* Set thread THREAD's scheduling paramters. */ -extern int pthread_setschedparam (pthread_t thread, int *policy, +extern int pthread_setschedparam (pthread_t thread, int policy, const struct sched_param *param); /* Set thread THREAD's scheduling priority. */ |