diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-11 19:32:43 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-11 19:33:11 +0200 |
commit | fb7abc3441d7cb1970ae51cf546315ee43e3fb74 (patch) | |
tree | aebdf636531126ffef86833fc64df79889849a91 /nptl/Versions | |
parent | b5668f08ea2d6fa9dbb5046e2aee341d33d7cf13 (diff) | |
download | glibc-fb7abc3441d7cb1970ae51cf546315ee43e3fb74.zip glibc-fb7abc3441d7cb1970ae51cf546315ee43e3fb74.tar.gz glibc-fb7abc3441d7cb1970ae51cf546315ee43e3fb74.tar.bz2 |
nptl: Move pthread_attr_getstack into libc
The symbol was moved using scripts/move-symbol-to-libc.py.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'nptl/Versions')
-rw-r--r-- | nptl/Versions | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Versions b/nptl/Versions index 536d69a..aa7ae59 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -109,6 +109,7 @@ libc { __pthread_rwlock_trywrlock; __pthread_rwlock_unlock; __pthread_rwlock_wrlock; + pthread_attr_getstack; pthread_barrier_destroy; pthread_barrier_init; pthread_barrier_wait; @@ -242,6 +243,7 @@ libc { mtx_unlock; pthread_attr_getaffinity_np; pthread_attr_getguardsize; + pthread_attr_getstack; pthread_barrier_destroy; pthread_barrier_init; pthread_barrier_wait; @@ -409,7 +411,6 @@ libpthread { } GLIBC_2.2 { - pthread_attr_getstack; pthread_attr_setstack; pthread_getcpuclockid; pthread_yield; |