]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl/pthread_attr_setscope.c
Add per-thread cache to malloc
[thirdparty/glibc.git] / nptl / pthread_attr_setscope.c
index eb03731cb2563e5a75e00d62a98f7983a9b40688..e0fd1dd9bd95f6a3684ed992a6de4a2a750049c5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002 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.
 
@@ -22,9 +22,7 @@
 
 
 int
-__pthread_attr_setscope (attr, scope)
-     pthread_attr_t *attr;
-     int scope;
+__pthread_attr_setscope (pthread_attr_t *attr, int scope)
 {
   struct pthread_attr *iattr;