diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/sh')
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/be/libc.abilist | 4 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/be/libpthread.abilist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/le/libc.abilist | 4 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/le/libpthread.abilist | 2 |
4 files changed, 8 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/sh/be/libc.abilist b/sysdeps/unix/sysv/linux/sh/be/libc.abilist index 3e4955a3c7..dde142a310 100644 --- a/sysdeps/unix/sysv/linux/sh/be/libc.abilist +++ b/sysdeps/unix/sysv/linux/sh/be/libc.abilist @@ -1456,6 +1456,8 @@ GLIBC_2.2 seed48 F GLIBC_2.2 seed48_r F GLIBC_2.2 seekdir F GLIBC_2.2 select F +GLIBC_2.2 sem_close F +GLIBC_2.2 sem_open F GLIBC_2.2 semctl F GLIBC_2.2 semget F GLIBC_2.2 semop F @@ -2249,6 +2251,8 @@ GLIBC_2.34 pthread_spin_trylock F GLIBC_2.34 pthread_spin_unlock F GLIBC_2.34 pthread_testcancel F GLIBC_2.34 sem_clockwait F +GLIBC_2.34 sem_close F +GLIBC_2.34 sem_open F GLIBC_2.34 thrd_exit F GLIBC_2.34 tss_create F GLIBC_2.34 tss_delete F diff --git a/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist b/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist index c6e9eee45b..c07e43ba36 100644 --- a/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist @@ -31,11 +31,9 @@ GLIBC_2.2 pthread_getconcurrency F GLIBC_2.2 pthread_getcpuclockid F GLIBC_2.2 pthread_join F GLIBC_2.2 pthread_setconcurrency F -GLIBC_2.2 sem_close F GLIBC_2.2 sem_destroy F GLIBC_2.2 sem_getvalue F GLIBC_2.2 sem_init F -GLIBC_2.2 sem_open F GLIBC_2.2 sem_post F GLIBC_2.2 sem_timedwait F GLIBC_2.2 sem_trywait F diff --git a/sysdeps/unix/sysv/linux/sh/le/libc.abilist b/sysdeps/unix/sysv/linux/sh/le/libc.abilist index 4d75b82d93..12113a0d09 100644 --- a/sysdeps/unix/sysv/linux/sh/le/libc.abilist +++ b/sysdeps/unix/sysv/linux/sh/le/libc.abilist @@ -1456,6 +1456,8 @@ GLIBC_2.2 seed48 F GLIBC_2.2 seed48_r F GLIBC_2.2 seekdir F GLIBC_2.2 select F +GLIBC_2.2 sem_close F +GLIBC_2.2 sem_open F GLIBC_2.2 semctl F GLIBC_2.2 semget F GLIBC_2.2 semop F @@ -2246,6 +2248,8 @@ GLIBC_2.34 pthread_spin_trylock F GLIBC_2.34 pthread_spin_unlock F GLIBC_2.34 pthread_testcancel F GLIBC_2.34 sem_clockwait F +GLIBC_2.34 sem_close F +GLIBC_2.34 sem_open F GLIBC_2.34 thrd_exit F GLIBC_2.34 tss_create F GLIBC_2.34 tss_delete F diff --git a/sysdeps/unix/sysv/linux/sh/le/libpthread.abilist b/sysdeps/unix/sysv/linux/sh/le/libpthread.abilist index c6e9eee45b..c07e43ba36 100644 --- a/sysdeps/unix/sysv/linux/sh/le/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/sh/le/libpthread.abilist @@ -31,11 +31,9 @@ GLIBC_2.2 pthread_getconcurrency F GLIBC_2.2 pthread_getcpuclockid F GLIBC_2.2 pthread_join F GLIBC_2.2 pthread_setconcurrency F -GLIBC_2.2 sem_close F GLIBC_2.2 sem_destroy F GLIBC_2.2 sem_getvalue F GLIBC_2.2 sem_init F -GLIBC_2.2 sem_open F GLIBC_2.2 sem_post F GLIBC_2.2 sem_timedwait F GLIBC_2.2 sem_trywait F |