tg-libc_getspecific
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sun, 4 Dec 2016 21:49:53 +0000 (21:49 +0000)
committerSamuel Thibault <sthibault@debian.org>
Sun, 4 Dec 2016 21:49:53 +0000 (21:49 +0000)
Drop once updated to a libpthread which doesn't define __libc_getspecific

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name tg-libc_getspecific.diff

sysdeps/mach/hurd/cthreads.c

index f223e00b12a617738fbd20bf9f5efe5512cf2b05..0fd2c631b341eea33df77d9b0ba1489e5578f110 100644 (file)
@@ -53,6 +53,7 @@ cthread_setspecific (cthread_key_t key, void *val)
 /* Call cthread_getspecific which gets a pointer to the return value instead
    of just returning it.  */
 void *
+weak_function
 __libc_getspecific (cthread_key_t key)
 {
   void *val;