]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl/pthread_self.c
Add per-thread cache to malloc
[thirdparty/glibc.git] / nptl / pthread_self.c
index 73a4d0c8968aae65f8a8ba6ce1ed84963a438f5f..8e21775e31b57dafad74b33d3e1f96e8f3262a2a 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.
 
@@ -25,4 +25,4 @@ __pthread_self (void)
 {
   return (pthread_t) THREAD_SELF;
 }
-strong_alias (__pthread_self, pthread_self)
+weak_alias (__pthread_self, pthread_self)