diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:48:09 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:51:57 +0200 |
commit | 8a229ee93c17cf5d0aff9ba81a3acfa146f1dae0 (patch) | |
tree | dfbbd845ec25b62352f05927dc1980b9958c05e1 /sysdeps/unix/sysv/linux/i386/libpthread.abilist | |
parent | 241ac38c333ae2539182f214dc641d0956f6ff6d (diff) | |
download | glibc-8a229ee93c17cf5d0aff9ba81a3acfa146f1dae0.tar glibc-8a229ee93c17cf5d0aff9ba81a3acfa146f1dae0.tar.gz glibc-8a229ee93c17cf5d0aff9ba81a3acfa146f1dae0.tar.bz2 glibc-8a229ee93c17cf5d0aff9ba81a3acfa146f1dae0.zip |
nptl: Move pthread_mutexattr_setpshared into libc
The symbol was moved using scripts/move-symbol-to-libc.py.
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/libpthread.abilist b/sysdeps/unix/sysv/linux/i386/libpthread.abilist index d63f45bb1d..87fbfe2878 100644 --- a/sysdeps/unix/sysv/linux/i386/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/i386/libpthread.abilist @@ -71,7 +71,6 @@ GLIBC_2.2 pthread_barrierattr_setpshared F GLIBC_2.2 pthread_condattr_getpshared F GLIBC_2.2 pthread_condattr_setpshared F GLIBC_2.2 pthread_getcpuclockid F -GLIBC_2.2 pthread_mutexattr_setpshared F GLIBC_2.2 pthread_rwlock_timedrdlock F GLIBC_2.2 pthread_rwlock_timedwrlock F GLIBC_2.2 pthread_spin_destroy F |