diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:48:36 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:51:57 +0200 |
commit | 1ec4cd5ab42d6b16a81176b7051384a2221159e3 (patch) | |
tree | 0e3258f9d5151dab707ac94ad5bc443ae0bea183 /sysdeps/unix/sysv/linux/microblaze/le/libc.abilist | |
parent | 0bdd79794526114313135c528969bb25be88c1a3 (diff) | |
download | glibc-1ec4cd5ab42d6b16a81176b7051384a2221159e3.tar glibc-1ec4cd5ab42d6b16a81176b7051384a2221159e3.tar.gz glibc-1ec4cd5ab42d6b16a81176b7051384a2221159e3.tar.bz2 glibc-1ec4cd5ab42d6b16a81176b7051384a2221159e3.zip |
nptl: Move pthread_mutexattr_setrobust 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/microblaze/le/libc.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/microblaze/le/libc.abilist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/microblaze/le/libc.abilist b/sysdeps/unix/sysv/linux/microblaze/le/libc.abilist index 030e7eed21..4bbc6f5579 100644 --- a/sysdeps/unix/sysv/linux/microblaze/le/libc.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/le/libc.abilist @@ -1492,6 +1492,8 @@ GLIBC_2.18 pthread_mutexattr_init F GLIBC_2.18 pthread_mutexattr_setprioceiling F GLIBC_2.18 pthread_mutexattr_setprotocol F GLIBC_2.18 pthread_mutexattr_setpshared F +GLIBC_2.18 pthread_mutexattr_setrobust F +GLIBC_2.18 pthread_mutexattr_setrobust_np F GLIBC_2.18 pthread_once F GLIBC_2.18 pthread_rwlock_rdlock F GLIBC_2.18 pthread_rwlock_unlock F @@ -2247,6 +2249,7 @@ GLIBC_2.34 pthread_mutexattr_init F GLIBC_2.34 pthread_mutexattr_setprioceiling F GLIBC_2.34 pthread_mutexattr_setprotocol F GLIBC_2.34 pthread_mutexattr_setpshared F +GLIBC_2.34 pthread_mutexattr_setrobust F GLIBC_2.34 pthread_once F GLIBC_2.34 pthread_rwlock_rdlock F GLIBC_2.34 pthread_rwlock_unlock F |