diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-03 09:10:57 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-03 09:17:59 +0200 |
commit | 63627246f3e0aae274e04a8ef1edcd05a11afa65 (patch) | |
tree | 750eb0c67d5e9d1ee9680d36b6c0f0d946ad5c13 /sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist | |
parent | 504ac633b0213b917a17a4aa98766154a1141925 (diff) | |
download | glibc-63627246f3e0aae274e04a8ef1edcd05a11afa65.tar glibc-63627246f3e0aae274e04a8ef1edcd05a11afa65.tar.gz glibc-63627246f3e0aae274e04a8ef1edcd05a11afa65.tar.bz2 glibc-63627246f3e0aae274e04a8ef1edcd05a11afa65.zip |
nptl: Move pthread_rwlock_init into libc
And __pthread_rwlock_init as a compatibility symbol.
__libc_rwlock_init is changed to call __pthread_rwlock_init directly.
The symbols were moved using scripts/move-symbol-to-libc.py.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist b/sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist index 8868b89074..6ed039f565 100644 --- a/sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist @@ -15,7 +15,6 @@ GLIBC_2.4 __errno_location F GLIBC_2.4 __libpthread_version_placeholder F GLIBC_2.4 __pthread_register_cancel F GLIBC_2.4 __pthread_register_cancel_defer F -GLIBC_2.4 __pthread_rwlock_init F GLIBC_2.4 __pthread_rwlock_tryrdlock F GLIBC_2.4 __pthread_rwlock_trywrlock F GLIBC_2.4 __pthread_unregister_cancel F @@ -45,7 +44,6 @@ GLIBC_2.4 pthread_detach F GLIBC_2.4 pthread_getconcurrency F GLIBC_2.4 pthread_getcpuclockid F GLIBC_2.4 pthread_join F -GLIBC_2.4 pthread_rwlock_init F GLIBC_2.4 pthread_rwlock_timedrdlock F GLIBC_2.4 pthread_rwlock_timedwrlock F GLIBC_2.4 pthread_rwlock_tryrdlock F |