]> 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 84db0a2c621eacf846f3c65e03f8898fc041c512..e0fd1dd9bd95f6a3684ed992a6de4a2a750049c5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2013 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;