diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:43:08 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:43:08 +0200 |
commit | a2975191d0e852ba2501f4cf1588aae76bdad303 (patch) | |
tree | 5523f44fd3fd7d06c15842e98d4ecadcd4e01f0a /sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist | |
parent | 4b85c6f55fa9be1b1ff2c5ac67c8dcb63f883789 (diff) | |
download | glibc-a2975191d0e852ba2501f4cf1588aae76bdad303.tar glibc-a2975191d0e852ba2501f4cf1588aae76bdad303.tar.gz glibc-a2975191d0e852ba2501f4cf1588aae76bdad303.tar.bz2 glibc-a2975191d0e852ba2501f4cf1588aae76bdad303.zip |
nptl: Move pthread_mutex_setprioceiling into libc
The symbol was moved using scripts/move-symbol-to-libc.py.
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist index fe719b4c1d..1656a507ec 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist @@ -135,7 +135,6 @@ GLIBC_2.30 pthread_rwlock_clockrdlock F GLIBC_2.30 pthread_rwlock_clockwrlock F GLIBC_2.30 sem_clockwait F GLIBC_2.31 pthread_clockjoin_np F -GLIBC_2.4 pthread_mutex_setprioceiling F GLIBC_2.4 pthread_mutexattr_getprioceiling F GLIBC_2.4 pthread_mutexattr_getprotocol F GLIBC_2.4 pthread_mutexattr_getrobust_np F |