aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-08-08 01:55:04 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2018-10-21 17:38:03 +0200
commit278f1c8e5403ca3616bf4eedefb9d1b04c5ab17d (patch)
tree3d2348be65c4e4d3df47dd1f2023642f663be9d1
parentGentoo: force -O0 in conform tests to survive $CC changes (diff)
downloadglibc-278f1c8e5403ca3616bf4eedefb9d1b04c5ab17d.tar.gz
glibc-278f1c8e5403ca3616bf4eedefb9d1b04c5ab17d.tar.bz2
glibc-278f1c8e5403ca3616bf4eedefb9d1b04c5ab17d.zip
hurd: Add missing symbols for proper libc_get/setspecific
* htl/Versions (__pthread_getspecific, __pthread_setspecific): Add symbols. (cherry picked from commit 7f11842e7483da7aa9fa3031be122021978ef600)
-rw-r--r--ChangeLog5
-rw-r--r--htl/Versions2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08b42bd2f5..31abb116a5 100644
--- 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".
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;
}