diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-21 22:35:00 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-21 22:35:00 +0200 |
commit | b8cdc3bba71140d9c122ebde01c5094db1889485 (patch) | |
tree | 574d937f02b43628ef37b9edc9b8acbc5e94be03 /nptl/Versions | |
parent | d03511f48f49fcb9bec4305586c26ab5d0063022 (diff) | |
download | glibc-b8cdc3bba71140d9c122ebde01c5094db1889485.tar glibc-b8cdc3bba71140d9c122ebde01c5094db1889485.tar.gz glibc-b8cdc3bba71140d9c122ebde01c5094db1889485.tar.bz2 glibc-b8cdc3bba71140d9c122ebde01c5094db1889485.zip |
nptl: Move semi-public __pthread_get_minstack symbol into libc
No abilist updates here because it is a GLIBC_PRIVATE symbol.
It's also necessary to move nptl_version into pthread_create, so
that it still ends up in static binaries.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'nptl/Versions')
-rw-r--r-- | nptl/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Versions b/nptl/Versions index d96b830d05..845001847b 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -408,6 +408,7 @@ libc { __pthread_disable_asynccancel; __pthread_enable_asynccancel; __pthread_force_elision; + __pthread_get_minstack; __pthread_getattr_default_np; __pthread_getattr_default_np; __pthread_keys; @@ -510,7 +511,6 @@ libpthread { GLIBC_PRIVATE { __pthread_clock_gettime; __pthread_clock_settime; - __pthread_get_minstack; __pthread_initialize_minimal; } } |