diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/sh/be')
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/be/libc.abilist | 4 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/be/libpthread.abilist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/sh/be/libc.abilist b/sysdeps/unix/sysv/linux/sh/be/libc.abilist index e897b95fba..7d43481afa 100644 --- a/sysdeps/unix/sysv/linux/sh/be/libc.abilist +++ b/sysdeps/unix/sysv/linux/sh/be/libc.abilist @@ -1315,6 +1315,7 @@ GLIBC_2.2 pthread_condattr_setpshared F GLIBC_2.2 pthread_detach F GLIBC_2.2 pthread_equal F GLIBC_2.2 pthread_exit F +GLIBC_2.2 pthread_getconcurrency F GLIBC_2.2 pthread_getschedparam F GLIBC_2.2 pthread_getspecific F GLIBC_2.2 pthread_join F @@ -1355,6 +1356,7 @@ GLIBC_2.2 pthread_rwlockattr_setpshared F GLIBC_2.2 pthread_self F GLIBC_2.2 pthread_setcancelstate F GLIBC_2.2 pthread_setcanceltype F +GLIBC_2.2 pthread_setconcurrency F GLIBC_2.2 pthread_setschedparam F GLIBC_2.2 pthread_setspecific F GLIBC_2.2 pthread_sigmask F @@ -2264,6 +2266,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 @@ -2306,6 +2309,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 diff --git a/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist b/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist index b70f7bafbd..04c8975664 100644 --- a/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist @@ -4,9 +4,7 @@ GLIBC_2.12 pthread_setname_np F GLIBC_2.18 pthread_getattr_default_np F GLIBC_2.2 __errno_location F GLIBC_2.2 pthread_create F -GLIBC_2.2 pthread_getconcurrency F GLIBC_2.2 pthread_getcpuclockid F -GLIBC_2.2 pthread_setconcurrency F GLIBC_2.2.3 __libpthread_version_placeholder F GLIBC_2.2.6 __libpthread_version_placeholder F GLIBC_2.28 thrd_create F |