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:25:12 +0200 |
commit | 8bc6a6d73c7f9004bfa3e81a717300e6d39ac448 (patch) | |
tree | 313572811e475ce4c17c2cf5df127df6b5a22952 /nptl/Makefile | |
parent | 7b300ec7f9a5a271f2169aa6e924184a41b3a9a8 (diff) | |
download | glibc-8bc6a6d73c7f9004bfa3e81a717300e6d39ac448.tar.gz glibc-8bc6a6d73c7f9004bfa3e81a717300e6d39ac448.tar.xz glibc-8bc6a6d73c7f9004bfa3e81a717300e6d39ac448.zip |
nptl: Move pthread_setname_np into libc
The symbol was moved using scripts/move-symbol-to-libc.py. Add __libpthread_version_placeholder@@GLIBC_2.12 for the targets that need it. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index a33f495653..5a271fed87 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -174,6 +174,7 @@ routines = \ pthread_setcancelstate \ pthread_setcanceltype \ pthread_setconcurrency \ + pthread_setname \ pthread_setschedparam \ pthread_setspecific \ pthread_sigmask \ @@ -209,7 +210,6 @@ libpthread-routines = \ nptl-init \ pt-interp \ pthread_create \ - pthread_setname \ pthread_setschedprio \ pthread_sigqueue \ version \ |