diff options
Diffstat (limited to 'nptl/pthread_setconcurrency.c')
-rw-r--r-- | nptl/pthread_setconcurrency.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nptl/pthread_setconcurrency.c b/nptl/pthread_setconcurrency.c index 5b03af6..149c934 100644 --- a/nptl/pthread_setconcurrency.c +++ b/nptl/pthread_setconcurrency.c @@ -25,8 +25,7 @@ int __concurrency_level; int -pthread_setconcurrency (level) - int level; +pthread_setconcurrency (int level) { if (level < 0) return EINVAL; |