diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:44:49 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:44:49 +0200 |
commit | fd42022a10f2e54cbd1e51b561097105d8ef51c5 (patch) | |
tree | 80f9207acc279b0ee40955528dd9e896b054d025 /sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist | |
parent | a2b0f2e1864f03084138a105e1d5f2cf86a62425 (diff) | |
download | glibc-fd42022a10f2e54cbd1e51b561097105d8ef51c5.tar glibc-fd42022a10f2e54cbd1e51b561097105d8ef51c5.tar.gz glibc-fd42022a10f2e54cbd1e51b561097105d8ef51c5.tar.bz2 glibc-fd42022a10f2e54cbd1e51b561097105d8ef51c5.zip |
nptl: Move pthread_mutexattr_destroy into libc
And __pthread_mutexattr_destroy as a compat symbol (so no
GLIBC_2.34 symbol version is added for it).
The symbols were moved using scripts/move-symbol-to-libc.py.
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 467ddab8aa..4007c0a8ee 100644 --- a/sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist @@ -35,7 +35,6 @@ GLIBC_2.4 _IO_ftrylockfile F GLIBC_2.4 _IO_funlockfile F GLIBC_2.4 __errno_location F GLIBC_2.4 __h_errno_location F -GLIBC_2.4 __pthread_mutexattr_destroy F GLIBC_2.4 __pthread_mutexattr_init F GLIBC_2.4 __pthread_mutexattr_settype F GLIBC_2.4 __pthread_register_cancel F @@ -76,7 +75,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_mutexattr_destroy F GLIBC_2.4 pthread_mutexattr_getkind_np F GLIBC_2.4 pthread_mutexattr_getprioceiling F GLIBC_2.4 pthread_mutexattr_getprotocol F |