diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/microblaze')
4 files changed, 8 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/microblaze/be/libc.abilist b/sysdeps/unix/sysv/linux/microblaze/be/libc.abilist index 1c4fff941b..19ca6acd5d 100644 --- a/sysdeps/unix/sysv/linux/microblaze/be/libc.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/be/libc.abilist @@ -1512,6 +1512,8 @@ GLIBC_2.18 pthread_setschedparam F GLIBC_2.18 pthread_setspecific F GLIBC_2.18 pthread_sigmask F GLIBC_2.18 pthread_spin_destroy F +GLIBC_2.18 pthread_spin_init F +GLIBC_2.18 pthread_spin_unlock F GLIBC_2.18 ptrace F GLIBC_2.18 ptsname F GLIBC_2.18 ptsname_r F @@ -2273,3 +2275,5 @@ GLIBC_2.34 pthread_rwlock_unlock F GLIBC_2.34 pthread_rwlock_wrlock F GLIBC_2.34 pthread_setspecific F GLIBC_2.34 pthread_spin_destroy F +GLIBC_2.34 pthread_spin_init F +GLIBC_2.34 pthread_spin_unlock F diff --git a/sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist b/sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist index f3e7eee93e..e6c2711c7e 100644 --- a/sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist @@ -57,10 +57,8 @@ GLIBC_2.18 pthread_setconcurrency F GLIBC_2.18 pthread_setname_np F GLIBC_2.18 pthread_setschedprio F GLIBC_2.18 pthread_sigqueue F -GLIBC_2.18 pthread_spin_init F GLIBC_2.18 pthread_spin_lock F GLIBC_2.18 pthread_spin_trylock F -GLIBC_2.18 pthread_spin_unlock F GLIBC_2.18 pthread_testcancel F GLIBC_2.18 pthread_timedjoin_np F GLIBC_2.18 pthread_tryjoin_np F diff --git a/sysdeps/unix/sysv/linux/microblaze/le/libc.abilist b/sysdeps/unix/sysv/linux/microblaze/le/libc.abilist index bd1a47b91a..eb89001725 100644 --- a/sysdeps/unix/sysv/linux/microblaze/le/libc.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/le/libc.abilist @@ -1512,6 +1512,8 @@ GLIBC_2.18 pthread_setschedparam F GLIBC_2.18 pthread_setspecific F GLIBC_2.18 pthread_sigmask F GLIBC_2.18 pthread_spin_destroy F +GLIBC_2.18 pthread_spin_init F +GLIBC_2.18 pthread_spin_unlock F GLIBC_2.18 ptrace F GLIBC_2.18 ptsname F GLIBC_2.18 ptsname_r F @@ -2270,3 +2272,5 @@ GLIBC_2.34 pthread_rwlock_unlock F GLIBC_2.34 pthread_rwlock_wrlock F GLIBC_2.34 pthread_setspecific F GLIBC_2.34 pthread_spin_destroy F +GLIBC_2.34 pthread_spin_init F +GLIBC_2.34 pthread_spin_unlock F diff --git a/sysdeps/unix/sysv/linux/microblaze/le/libpthread.abilist b/sysdeps/unix/sysv/linux/microblaze/le/libpthread.abilist index f3e7eee93e..e6c2711c7e 100644 --- a/sysdeps/unix/sysv/linux/microblaze/le/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/le/libpthread.abilist @@ -57,10 +57,8 @@ GLIBC_2.18 pthread_setconcurrency F GLIBC_2.18 pthread_setname_np F GLIBC_2.18 pthread_setschedprio F GLIBC_2.18 pthread_sigqueue F -GLIBC_2.18 pthread_spin_init F GLIBC_2.18 pthread_spin_lock F GLIBC_2.18 pthread_spin_trylock F -GLIBC_2.18 pthread_spin_unlock F GLIBC_2.18 pthread_testcancel F GLIBC_2.18 pthread_timedjoin_np F GLIBC_2.18 pthread_tryjoin_np F |