diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-08-08 01:55:04 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-08-08 01:55:04 +0200 |
commit | b5403eca16581b0a9127a4c4052952d801270366 (patch) | |
tree | 5c63fc9c9e164c011542bb319df05a538147cf82 /htl/Versions | |
parent | 014efdd7ea3c6756d215b9fe51bdbb8ee8bd549b (diff) | |
download | glibc-b5403eca16581b0a9127a4c4052952d801270366.tar.gz glibc-b5403eca16581b0a9127a4c4052952d801270366.tar.xz glibc-b5403eca16581b0a9127a4c4052952d801270366.zip |
hurd: Add missing symbols for proper libc_get/setspecific
* htl/Versions (__pthread_getspecific, __pthread_setspecific): Add symbols.
Diffstat (limited to 'htl/Versions')
-rw-r--r-- | htl/Versions | 2 |
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; } |