hurd: Add missing symbols for proper libc_get/setspecific

* htl/Versions (__pthread_getspecific, __pthread_setspecific): Add
	symbols.
This commit is contained in:
Samuel Thibault 2018-08-08 01:55:04 +02:00
parent 014efdd7ea
commit b5403eca16
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2018-08-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
* htl/Versions (__pthread_getspecific, __pthread_setspecific): Add
symbols.
2018-08-07 Siddhesh Poyarekar <siddhesh@sourceware.org>
* benchtests/bench-string.h (buf1_size, buf2_size): New

View File

@ -150,6 +150,8 @@ libpthread {
__cthread_keycreate;
__cthread_getspecific;
__cthread_setspecific;
__pthread_getspecific;
__pthread_setspecific;
__pthread_getattr_np;
__pthread_attr_getstack;
}