diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:46:03 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:46:03 +0200 |
commit | 9b7ab14e112476c96e7b20fb23e6838b7012dfda (patch) | |
tree | 19959c497b673fc06fecee555114c43f05d1e8a1 /sysdeps/unix/sysv/linux/csky/libc.abilist | |
parent | 2e825f7d5a8a84b6389a27c138a903dfa464519a (diff) | |
download | glibc-9b7ab14e112476c96e7b20fb23e6838b7012dfda.tar glibc-9b7ab14e112476c96e7b20fb23e6838b7012dfda.tar.gz glibc-9b7ab14e112476c96e7b20fb23e6838b7012dfda.tar.bz2 glibc-9b7ab14e112476c96e7b20fb23e6838b7012dfda.zip |
nptl: Move pthread_mutexattr_getrobust into libc
And pthread_mutexattr_getrobust_np as a compat symbol.
The symbols were moved using scripts/move-symbol-to-libc.py.
Diffstat (limited to 'sysdeps/unix/sysv/linux/csky/libc.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/csky/libc.abilist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/csky/libc.abilist b/sysdeps/unix/sysv/linux/csky/libc.abilist index 6f1b239a64..a146993379 100644 --- a/sysdeps/unix/sysv/linux/csky/libc.abilist +++ b/sysdeps/unix/sysv/linux/csky/libc.abilist @@ -1468,6 +1468,8 @@ GLIBC_2.29 pthread_mutexattr_destroy F GLIBC_2.29 pthread_mutexattr_getprioceiling F GLIBC_2.29 pthread_mutexattr_getprotocol F GLIBC_2.29 pthread_mutexattr_getpshared F +GLIBC_2.29 pthread_mutexattr_getrobust F +GLIBC_2.29 pthread_mutexattr_getrobust_np F GLIBC_2.29 pthread_once F GLIBC_2.29 pthread_rwlock_rdlock F GLIBC_2.29 pthread_rwlock_unlock F @@ -2183,6 +2185,7 @@ GLIBC_2.34 pthread_mutexattr_destroy F 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_once F GLIBC_2.34 pthread_rwlock_rdlock F GLIBC_2.34 pthread_rwlock_unlock F |