diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-08-15 11:02:21 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-08-15 14:33:49 +0200 |
commit | 17e1347452df722eed69b8b756ae21c35933b4b5 (patch) | |
tree | 3b9a05ec4c3a39495be0dd5ed8cd2aaa5e30ce97 /sysdeps/unix/sysv/linux/nios2 | |
parent | fa57c3019320bb771cfbbc099e3ca31eb4696ad3 (diff) | |
download | glibc-17e1347452df722eed69b8b756ae21c35933b4b5.tar glibc-17e1347452df722eed69b8b756ae21c35933b4b5.tar.gz glibc-17e1347452df722eed69b8b756ae21c35933b4b5.tar.bz2 glibc-17e1347452df722eed69b8b756ae21c35933b4b5.zip |
nptl: Remove pthread_self compatibility symbol from libpthread
The symbol is no longer needed because since glibc 2.30, the dynamic
loader continues searching for the symbol in libc.
Diffstat (limited to 'sysdeps/unix/sysv/linux/nios2')
-rw-r--r-- | sysdeps/unix/sysv/linux/nios2/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/nios2/libpthread.abilist b/sysdeps/unix/sysv/linux/nios2/libpthread.abilist index 49f5fa8659..3e4d614b0c 100644 --- a/sysdeps/unix/sysv/linux/nios2/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/nios2/libpthread.abilist @@ -169,7 +169,6 @@ GLIBC_2.21 pthread_rwlockattr_getpshared F GLIBC_2.21 pthread_rwlockattr_init F GLIBC_2.21 pthread_rwlockattr_setkind_np F GLIBC_2.21 pthread_rwlockattr_setpshared F -GLIBC_2.21 pthread_self F GLIBC_2.21 pthread_setaffinity_np F GLIBC_2.21 pthread_setattr_default_np F GLIBC_2.21 pthread_setcancelstate F |