summaryrefslogtreecommitdiff
path: root/libpthread/nptl/pthread_setconcurrency.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/pthread_setconcurrency.c')
-rw-r--r--libpthread/nptl/pthread_setconcurrency.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libpthread/nptl/pthread_setconcurrency.c b/libpthread/nptl/pthread_setconcurrency.c
index 8cf150713..754fe3f25 100644
--- a/libpthread/nptl/pthread_setconcurrency.c
+++ b/libpthread/nptl/pthread_setconcurrency.c
@@ -26,8 +26,7 @@ int __concurrency_level;
int
-pthread_setconcurrency (level)
- int level;
+pthread_setconcurrency (int level)
{
if (level < 0)
return EINVAL;