]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl/pthread_setconcurrency.c
Add per-thread cache to malloc
[thirdparty/glibc.git] / nptl / pthread_setconcurrency.c
index 790638dac8d3413e490c469c92cf602249c89f84..2a78e15f857f6272c8c097be398f5b54fe1652b0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2017 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
 
@@ -25,8 +25,7 @@ int __concurrency_level;
 
 
 int
-pthread_setconcurrency (level)
-     int level;
+pthread_setconcurrency (int level)
 {
   if (level < 0)
     return EINVAL;