diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-10 10:31:42 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-10 10:31:42 +0200 |
commit | 8c1c0da3a8112695d5cc82aae22666321965b42f (patch) | |
tree | 6cd1ad903f1ddb1b86146d3d2f85363e09aaa982 /nptl/Versions | |
parent | 652c7c6fe7a08643b8e98f085d422f4e43ec47b4 (diff) | |
download | glibc-8c1c0da3a8112695d5cc82aae22666321965b42f.zip glibc-8c1c0da3a8112695d5cc82aae22666321965b42f.tar.gz glibc-8c1c0da3a8112695d5cc82aae22666321965b42f.tar.bz2 |
nptl: Move __default_pthread_attr, __default_pthread_attr_lock into libc
The GLIBC_PRIVATE exports for these symbols are expected to be
temporary.
Tested-by: Carlos O'Donell <carlos@redhat.com>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
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 fb15a7e..d439a02 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -298,6 +298,8 @@ libc { tss_set; } GLIBC_PRIVATE { + __default_pthread_attr; + __default_pthread_attr_lock; __futex_abstimed_wait64; __futex_abstimed_wait_cancelable64; __init_sched_fifo_prio; |