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 /sysdeps/unix/sysv/linux/sh | |
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 'sysdeps/unix/sysv/linux/sh')
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/be/libc.abilist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/be/libpthread.abilist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/le/libc.abilist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/le/libpthread.abilist | 2 |
4 files changed, 6 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/sh/be/libc.abilist b/sysdeps/unix/sysv/linux/sh/be/libc.abilist index 85d2b2c13f..75b1aece01 100644 --- a/sysdeps/unix/sysv/linux/sh/be/libc.abilist +++ b/sysdeps/unix/sysv/linux/sh/be/libc.abilist @@ -41,6 +41,7 @@ GLIBC_2.12 pthread_getname_np F GLIBC_2.12 pthread_mutex_consistent F GLIBC_2.12 pthread_mutexattr_getrobust F GLIBC_2.12 pthread_mutexattr_setrobust F +GLIBC_2.12 pthread_setname_np F GLIBC_2.12 recvmmsg F GLIBC_2.12 sys_errlist D 0x21c GLIBC_2.12 sys_nerr D 0x4 @@ -2319,6 +2320,7 @@ GLIBC_2.34 pthread_rwlockattr_setpshared F GLIBC_2.34 pthread_setaffinity_np F GLIBC_2.34 pthread_setattr_default_np F GLIBC_2.34 pthread_setconcurrency F +GLIBC_2.34 pthread_setname_np F GLIBC_2.34 pthread_setspecific F GLIBC_2.34 pthread_spin_destroy F GLIBC_2.34 pthread_spin_init F diff --git a/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist b/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist index f301ecb383..ac5627e09d 100644 --- a/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist @@ -1,5 +1,5 @@ GLIBC_2.11 pthread_sigqueue F -GLIBC_2.12 pthread_setname_np F +GLIBC_2.12 __libpthread_version_placeholder F GLIBC_2.18 __libpthread_version_placeholder F GLIBC_2.2 __errno_location F GLIBC_2.2 pthread_create F diff --git a/sysdeps/unix/sysv/linux/sh/le/libc.abilist b/sysdeps/unix/sysv/linux/sh/le/libc.abilist index d3429b6d96..392dd88819 100644 --- a/sysdeps/unix/sysv/linux/sh/le/libc.abilist +++ b/sysdeps/unix/sysv/linux/sh/le/libc.abilist @@ -41,6 +41,7 @@ GLIBC_2.12 pthread_getname_np F GLIBC_2.12 pthread_mutex_consistent F GLIBC_2.12 pthread_mutexattr_getrobust F GLIBC_2.12 pthread_mutexattr_setrobust F +GLIBC_2.12 pthread_setname_np F GLIBC_2.12 recvmmsg F GLIBC_2.12 sys_errlist D 0x21c GLIBC_2.12 sys_nerr D 0x4 @@ -2316,6 +2317,7 @@ GLIBC_2.34 pthread_rwlockattr_setpshared F GLIBC_2.34 pthread_setaffinity_np F GLIBC_2.34 pthread_setattr_default_np F GLIBC_2.34 pthread_setconcurrency F +GLIBC_2.34 pthread_setname_np F GLIBC_2.34 pthread_setspecific F GLIBC_2.34 pthread_spin_destroy F GLIBC_2.34 pthread_spin_init F diff --git a/sysdeps/unix/sysv/linux/sh/le/libpthread.abilist b/sysdeps/unix/sysv/linux/sh/le/libpthread.abilist index f301ecb383..ac5627e09d 100644 --- a/sysdeps/unix/sysv/linux/sh/le/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/sh/le/libpthread.abilist @@ -1,5 +1,5 @@ GLIBC_2.11 pthread_sigqueue F -GLIBC_2.12 pthread_setname_np F +GLIBC_2.12 __libpthread_version_placeholder F GLIBC_2.18 __libpthread_version_placeholder F GLIBC_2.2 __errno_location F GLIBC_2.2 pthread_create F |