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/pthreadP.h | |
parent | d03511f48f49fcb9bec4305586c26ab5d0063022 (diff) | |
download | glibc-b8cdc3bba71140d9c122ebde01c5094db1889485.tar.gz glibc-b8cdc3bba71140d9c122ebde01c5094db1889485.tar.xz 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/pthreadP.h')
-rw-r--r-- | nptl/pthreadP.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/pthreadP.h b/nptl/pthreadP.h index d011a0ec34..3151842891 100644 --- a/nptl/pthreadP.h +++ b/nptl/pthreadP.h @@ -343,6 +343,7 @@ extern unsigned long int __fork_generation attribute_hidden; extern unsigned long int *__fork_generation_pointer attribute_hidden; extern size_t __pthread_get_minstack (const pthread_attr_t *attr); +libc_hidden_proto (__pthread_get_minstack) /* Namespace save aliases. */ extern int __pthread_getschedparam (pthread_t thread_id, int *policy, |