diff options
Diffstat (limited to 'nptl/pthread_setschedparam.c')
-rw-r--r-- | nptl/pthread_setschedparam.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/nptl/pthread_setschedparam.c b/nptl/pthread_setschedparam.c index 41a629df93..c52184fbd9 100644 --- a/nptl/pthread_setschedparam.c +++ b/nptl/pthread_setschedparam.c @@ -24,10 +24,8 @@ int -__pthread_setschedparam (threadid, policy, param) - pthread_t threadid; - int policy; - const struct sched_param *param; +__pthread_setschedparam (pthread_t threadid, int policy, + const struct sched_param *param) { struct pthread *pd = (struct pthread *) threadid; |