summaryrefslogtreecommitdiff
path: root/libpthread/nptl/pthread_setschedprio.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/pthread_setschedprio.c')
-rw-r--r--libpthread/nptl/pthread_setschedprio.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libpthread/nptl/pthread_setschedprio.c b/libpthread/nptl/pthread_setschedprio.c
index e7ea4b76f..d5e30e5cb 100644
--- a/libpthread/nptl/pthread_setschedprio.c
+++ b/libpthread/nptl/pthread_setschedprio.c
@@ -26,9 +26,7 @@
int
-pthread_setschedprio (threadid, prio)
- pthread_t threadid;
- int prio;
+pthread_setschedprio (pthread_t threadid, int prio)
{
struct pthread *pd = (struct pthread *) threadid;