From 968b336c817e3541d61a28339c1a97d3c7fb02c7 Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Sun, 4 Dec 2016 21:49:53 +0000 Subject: [PATCH] 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 --- sysdeps/mach/hurd/cthreads.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2