diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:47:15 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:51:57 +0200 |
commit | c66772281f77458c111f8c862d04d7011376a086 (patch) | |
tree | f62ef628e91590692dd2241867528910f2fdecc0 /sysdeps/unix/sysv/linux/mips/mips64/n64 | |
parent | 506385d30ec67279b21929f117b292bbbe8f5e7b (diff) | |
download | glibc-c66772281f77458c111f8c862d04d7011376a086.tar glibc-c66772281f77458c111f8c862d04d7011376a086.tar.gz glibc-c66772281f77458c111f8c862d04d7011376a086.tar.bz2 glibc-c66772281f77458c111f8c862d04d7011376a086.zip |
nptl: Move pthread_mutexattr_setprioceiling into libc
The symbol was moved using scripts/move-symbol-to-libc.py.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/mips64/n64')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist b/sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist index 1ca57caef0..47d9706ec2 100644 --- a/sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist +++ b/sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist @@ -2230,6 +2230,7 @@ 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_mutexattr_init F +GLIBC_2.34 pthread_mutexattr_setprioceiling F GLIBC_2.34 pthread_once F GLIBC_2.34 pthread_rwlock_rdlock F GLIBC_2.34 pthread_rwlock_unlock F @@ -2308,6 +2309,7 @@ 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 +GLIBC_2.4 pthread_mutexattr_setprioceiling F GLIBC_2.4 readlinkat F GLIBC_2.4 renameat F GLIBC_2.4 symlinkat F |