hurd: Add missing symbols for proper libc_get/setspecific
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 7 Aug 2018 23:55:04 +0000 (01:55 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 7 Aug 2018 23:55:04 +0000 (01:55 +0200)
* htl/Versions (__pthread_getspecific, __pthread_setspecific): Add
symbols.

ChangeLog
htl/Versions

index 7e1a5b0..556669a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 6a63a1b..c5a616d 100644 (file)
@@ -150,6 +150,8 @@ libpthread {
     __cthread_keycreate;
     __cthread_getspecific;
     __cthread_setspecific;
+    __pthread_getspecific;
+    __pthread_setspecific;
     __pthread_getattr_np;
     __pthread_attr_getstack;
   }