diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/le')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/le/libc.abilist | 4 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/le/libpthread.abilist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/le/libc.abilist b/sysdeps/unix/sysv/linux/arm/le/libc.abilist index 705bf84339..cce828e28a 100644 --- a/sysdeps/unix/sysv/linux/arm/le/libc.abilist +++ b/sysdeps/unix/sysv/linux/arm/le/libc.abilist @@ -230,6 +230,7 @@ GLIBC_2.34 pthread_condattr_getpshared F GLIBC_2.34 pthread_condattr_setclock F GLIBC_2.34 pthread_condattr_setpshared F GLIBC_2.34 pthread_detach F +GLIBC_2.34 pthread_getconcurrency F GLIBC_2.34 pthread_getspecific F GLIBC_2.34 pthread_join F GLIBC_2.34 pthread_key_create F @@ -272,6 +273,7 @@ GLIBC_2.34 pthread_rwlockattr_init F GLIBC_2.34 pthread_rwlockattr_setkind_np F GLIBC_2.34 pthread_rwlockattr_setpshared F GLIBC_2.34 pthread_setattr_default_np F +GLIBC_2.34 pthread_setconcurrency F GLIBC_2.34 pthread_setspecific F GLIBC_2.34 pthread_spin_destroy F GLIBC_2.34 pthread_spin_init F @@ -1728,6 +1730,7 @@ GLIBC_2.4 pthread_equal F GLIBC_2.4 pthread_exit F GLIBC_2.4 pthread_getaffinity_np F GLIBC_2.4 pthread_getattr_np F +GLIBC_2.4 pthread_getconcurrency F GLIBC_2.4 pthread_getschedparam F GLIBC_2.4 pthread_getspecific F GLIBC_2.4 pthread_join F @@ -1777,6 +1780,7 @@ GLIBC_2.4 pthread_rwlockattr_setpshared F GLIBC_2.4 pthread_self F GLIBC_2.4 pthread_setcancelstate F GLIBC_2.4 pthread_setcanceltype F +GLIBC_2.4 pthread_setconcurrency F GLIBC_2.4 pthread_setschedparam F GLIBC_2.4 pthread_setspecific F GLIBC_2.4 pthread_sigmask F diff --git a/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist b/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist index c8c616d254..cef7ed6237 100644 --- a/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist @@ -8,8 +8,6 @@ GLIBC_2.31 __libpthread_version_placeholder F GLIBC_2.4 __errno_location F GLIBC_2.4 __libpthread_version_placeholder F GLIBC_2.4 pthread_create F -GLIBC_2.4 pthread_getconcurrency F GLIBC_2.4 pthread_getcpuclockid F GLIBC_2.4 pthread_setaffinity_np F -GLIBC_2.4 pthread_setconcurrency F GLIBC_2.4 pthread_setschedprio F |