From: Samuel Thibault Date: Tue, 7 Aug 2018 23:55:04 +0000 (+0200) Subject: hurd: Add missing symbols for proper libc_get/setspecific X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f11842e7483da7aa9fa3031be122021978ef600;p=thirdparty%2Fglibc.git hurd: Add missing symbols for proper libc_get/setspecific * htl/Versions (__pthread_getspecific, __pthread_setspecific): Add symbols. --- diff --git a/ChangeLog b/ChangeLog index 08b42bd2f56..31abb116a5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-08-08 Samuel Thibault + + * htl/Versions (__pthread_getspecific, __pthread_setspecific): Add + symbols. + 2018-08-01 Carlos O'Donel * version.h (RELEASE): Set to "stable". diff --git a/htl/Versions b/htl/Versions index 6a63a1b8a18..c5a616da10d 100644 --- a/htl/Versions +++ b/htl/Versions @@ -150,6 +150,8 @@ libpthread { __cthread_keycreate; __cthread_getspecific; __cthread_setspecific; + __pthread_getspecific; + __pthread_setspecific; __pthread_getattr_np; __pthread_attr_getstack; }