diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:45:48 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:45:48 +0200 |
commit | 2e825f7d5a8a84b6389a27c138a903dfa464519a (patch) | |
tree | 8ae2b821d904fe13b80fe86e2c317ed28053f3ba /sysdeps/unix/sysv/linux/m68k/m680x0 | |
parent | 9f2f158b35b3f293f10158f76624b92515f8d886 (diff) | |
download | glibc-2e825f7d5a8a84b6389a27c138a903dfa464519a.tar.gz glibc-2e825f7d5a8a84b6389a27c138a903dfa464519a.tar.xz glibc-2e825f7d5a8a84b6389a27c138a903dfa464519a.zip |
nptl: Move pthread_mutexattr_getpshared into libc
The symbol was moved using scripts/move-symbol-to-libc.py.
Diffstat (limited to 'sysdeps/unix/sysv/linux/m68k/m680x0')
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist b/sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist index a65aac98a0..18ce497b77 100644 --- a/sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist +++ b/sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist @@ -1935,6 +1935,7 @@ GLIBC_2.2 posix_spawnp F GLIBC_2.2 pread F GLIBC_2.2 pread64 F GLIBC_2.2 pthread_mutex_timedlock F +GLIBC_2.2 pthread_mutexattr_getpshared F GLIBC_2.2 putwc F GLIBC_2.2 putwc_unlocked F GLIBC_2.2 putwchar F @@ -2256,6 +2257,7 @@ GLIBC_2.34 pthread_mutex_trylock F 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_once F GLIBC_2.34 pthread_rwlock_rdlock F GLIBC_2.34 pthread_rwlock_unlock F diff --git a/sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist b/sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist index eaa51cbff9..509f163eab 100644 --- a/sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist @@ -76,7 +76,6 @@ GLIBC_2.2 pthread_barrierattr_setpshared F GLIBC_2.2 pthread_condattr_getpshared F GLIBC_2.2 pthread_condattr_setpshared F GLIBC_2.2 pthread_getcpuclockid F -GLIBC_2.2 pthread_mutexattr_getpshared F GLIBC_2.2 pthread_mutexattr_setpshared F GLIBC_2.2 pthread_rwlock_timedrdlock F GLIBC_2.2 pthread_rwlock_timedwrlock F |