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/sh/be/libc.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/sh/be/libc.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/be/libc.abilist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sh/be/libc.abilist b/sysdeps/unix/sysv/linux/sh/be/libc.abilist index e08be1043b..e151b8afd5 100644 --- a/sysdeps/unix/sysv/linux/sh/be/libc.abilist +++ b/sysdeps/unix/sysv/linux/sh/be/libc.abilist @@ -2129,6 +2129,7 @@ GLIBC_2.34 pthread_key_delete F GLIBC_2.34 pthread_kill F GLIBC_2.34 pthread_mutex_consistent F GLIBC_2.34 pthread_mutex_getprioceiling F +GLIBC_2.34 pthread_mutex_setprioceiling F GLIBC_2.34 pthread_once F GLIBC_2.34 pthread_rwlock_rdlock F GLIBC_2.34 pthread_rwlock_unlock F @@ -2205,6 +2206,7 @@ GLIBC_2.4 openat64 F GLIBC_2.4 ppoll F GLIBC_2.4 pthread_mutex_consistent_np F GLIBC_2.4 pthread_mutex_getprioceiling F +GLIBC_2.4 pthread_mutex_setprioceiling F GLIBC_2.4 readlinkat F GLIBC_2.4 renameat F GLIBC_2.4 symlinkat F |