diff options
Diffstat (limited to 'nptl/pthread_getschedparam.c')
-rw-r--r-- | nptl/pthread_getschedparam.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/nptl/pthread_getschedparam.c b/nptl/pthread_getschedparam.c index 5de8924007..7c38223b6f 100644 --- a/nptl/pthread_getschedparam.c +++ b/nptl/pthread_getschedparam.c @@ -23,10 +23,8 @@ int -__pthread_getschedparam (threadid, policy, param) - pthread_t threadid; - int *policy; - struct sched_param *param; +__pthread_getschedparam (pthread_t threadid, int *policy, + struct sched_param *param) { struct pthread *pd = (struct pthread *) threadid; |