From: GNU Libc Maintainers Date: Fri, 25 Nov 2016 22:09:39 +0000 (+0000) Subject: tg-libc_getspecific X-Git-Tag: archive/raspbian/2.25-3+rpi1~1^2^2^2^2^2^2^2^2^2~94 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d6b7fb560938e71966dc39f1b7620681df39a800;p=glibc.git tg-libc_getspecific Drop once updated to a libpthread which doesn't define __libc_getspecific Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name tg-libc_getspecific.diff --- diff --git a/sysdeps/mach/hurd/cthreads.c b/sysdeps/mach/hurd/cthreads.c index f223e00b1..0fd2c631b 100644 --- a/sysdeps/mach/hurd/cthreads.c +++ b/sysdeps/mach/hurd/cthreads.c @@ -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;