mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-07 10:00:07 +00:00
hurd: Add missing symbols for proper libc_get/setspecific
* htl/Versions (__pthread_getspecific, __pthread_setspecific): Add symbols.
This commit is contained in:
parent
3c03baca37
commit
7f11842e74
@ -1,3 +1,8 @@
|
||||
2018-08-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||
|
||||
* htl/Versions (__pthread_getspecific, __pthread_setspecific): Add
|
||||
symbols.
|
||||
|
||||
2018-08-01 Carlos O'Donel <carlos@redhat.com>
|
||||
|
||||
* version.h (RELEASE): Set to "stable".
|
||||
|
@ -150,6 +150,8 @@ libpthread {
|
||||
__cthread_keycreate;
|
||||
__cthread_getspecific;
|
||||
__cthread_setspecific;
|
||||
__pthread_getspecific;
|
||||
__pthread_setspecific;
|
||||
__pthread_getattr_np;
|
||||
__pthread_attr_getstack;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user