about summary refs log tree commit diff
path: root/htl
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-08-08 01:55:04 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-08-08 02:17:39 +0200
commit7f11842e7483da7aa9fa3031be122021978ef600 (patch)
tree92a41d2fa767910a87589631f680565361f0ef97 /htl
parent3c03baca37fdcb52c3881e653ca392bba7a99c2b (diff)
downloadglibc-7f11842e7483da7aa9fa3031be122021978ef600.tar.gz
glibc-7f11842e7483da7aa9fa3031be122021978ef600.tar.xz
glibc-7f11842e7483da7aa9fa3031be122021978ef600.zip
hurd: Add missing symbols for proper libc_get/setspecific
	* htl/Versions (__pthread_getspecific, __pthread_setspecific): Add
	symbols.
Diffstat (limited to 'htl')
-rw-r--r--htl/Versions2
1 files changed, 2 insertions, 0 deletions
diff --git a/htl/Versions b/htl/Versions
index 6a63a1b8a1..c5a616da10 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;
   }