diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-17 09:59:14 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-17 10:06:44 +0200 |
commit | 23ce1cf35a59a4fdb3dabe073e3d1fe2b76fb0ca (patch) | |
tree | 694d5fb5e5dbe1af48f5eda2ec8668d38ffc9668 /nptl/Versions | |
parent | a78e5979a92c7985eadad7246740f3874271303f (diff) | |
download | glibc-23ce1cf35a59a4fdb3dabe073e3d1fe2b76fb0ca.tar glibc-23ce1cf35a59a4fdb3dabe073e3d1fe2b76fb0ca.tar.gz glibc-23ce1cf35a59a4fdb3dabe073e3d1fe2b76fb0ca.tar.bz2 glibc-23ce1cf35a59a4fdb3dabe073e3d1fe2b76fb0ca.zip |
nptl: Move __nptl_create_event, __nptl_death_event into libc
In libthread_db, use the exported GLIBC_PRIVATE symbols directly
instead of relying on _thread_db_* variables in libpthread
(which used to be created by the DB_FUNCTION macros).
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'nptl/Versions')
-rw-r--r-- | nptl/Versions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/Versions b/nptl/Versions index fb3379b788..6e2def1b4c 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -351,6 +351,8 @@ libc { tss_set; } GLIBC_PRIVATE { + __nptl_create_event; + __nptl_death_event; __default_pthread_attr; __default_pthread_attr_lock; __futex_abstimed_wait64; |