diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:46:15 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:51:19 +0200 |
commit | 2a23e899e255f9ce2b4024d4ec029ce57af518bd (patch) | |
tree | 67a857a38112bc5e05b9a6577ccfebe0857b5ded /sysdeps/unix/sysv/linux/m68k/coldfire | |
parent | 9b7ab14e112476c96e7b20fb23e6838b7012dfda (diff) | |
download | glibc-2a23e899e255f9ce2b4024d4ec029ce57af518bd.zip glibc-2a23e899e255f9ce2b4024d4ec029ce57af518bd.tar.gz glibc-2a23e899e255f9ce2b4024d4ec029ce57af518bd.tar.bz2 |
nptl: Move pthread_mutexattr_gettype into libc
And pthread_mutexattr_getkind_np as a compatibility symbol.
(There is no declaration in <pthread.h>, so there is no need
to add an alias or a deprecation warning there.)
The symbols were moved using scripts/move-symbol-to-libc.py.
Diffstat (limited to 'sysdeps/unix/sysv/linux/m68k/coldfire')
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist | 3 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist b/sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist index bedaa6c..57180e3 100644 --- a/sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist +++ b/sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist @@ -188,6 +188,7 @@ GLIBC_2.34 pthread_mutexattr_getprioceiling F GLIBC_2.34 pthread_mutexattr_getprotocol F GLIBC_2.34 pthread_mutexattr_getpshared F GLIBC_2.34 pthread_mutexattr_getrobust F +GLIBC_2.34 pthread_mutexattr_gettype F GLIBC_2.34 pthread_once F GLIBC_2.34 pthread_rwlock_rdlock F GLIBC_2.34 pthread_rwlock_unlock F @@ -1585,10 +1586,12 @@ GLIBC_2.4 pthread_mutex_timedlock F GLIBC_2.4 pthread_mutex_trylock F GLIBC_2.4 pthread_mutex_unlock 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 GLIBC_2.4 pthread_mutexattr_getpshared F GLIBC_2.4 pthread_mutexattr_getrobust_np F +GLIBC_2.4 pthread_mutexattr_gettype F GLIBC_2.4 pthread_once F GLIBC_2.4 pthread_rwlock_rdlock F GLIBC_2.4 pthread_rwlock_unlock F diff --git a/sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist b/sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist index b74bb21..e1a515c 100644 --- a/sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist @@ -74,8 +74,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_getkind_np F -GLIBC_2.4 pthread_mutexattr_gettype F GLIBC_2.4 pthread_mutexattr_init F GLIBC_2.4 pthread_mutexattr_setkind_np F GLIBC_2.4 pthread_mutexattr_setprioceiling F |