]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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>
Wed, 8 Aug 2018 00:17:39 +0000 (02:17 +0200)
* htl/Versions (__pthread_getspecific, __pthread_setspecific): Add
symbols.

ChangeLog
htl/Versions

index 08b42bd2f56471e376fe4409786da0d37ade91e5..31abb116a5bc1de3d71d449a0e207288a42b2a18 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-01  Carlos O'Donel  <carlos@redhat.com>
 
        * version.h (RELEASE): Set to "stable".
index 6a63a1b8a18a89cf894965bd18b33c83d7a695ce..c5a616da10d69b99d450e83f6901c820fb6203e2 100644 (file)
@@ -150,6 +150,8 @@ libpthread {
     __cthread_keycreate;
     __cthread_getspecific;
     __cthread_setspecific;
+    __pthread_getspecific;
+    __pthread_setspecific;
     __pthread_getattr_np;
     __pthread_attr_getstack;
   }