diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/be/libc.abilist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/be/libpthread.abilist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/le/libc.abilist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/le/libpthread.abilist | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/be/libc.abilist b/sysdeps/unix/sysv/linux/arm/be/libc.abilist index 0e3d51f706..4fd30907b5 100644 --- a/sysdeps/unix/sysv/linux/arm/be/libc.abilist +++ b/sysdeps/unix/sysv/linux/arm/be/libc.abilist @@ -255,6 +255,7 @@ 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_destroy F GLIBC_2.34 sem_open F GLIBC_2.34 thrd_exit F GLIBC_2.34 tss_create F @@ -1842,6 +1843,7 @@ GLIBC_2.4 seed48_r F GLIBC_2.4 seekdir F GLIBC_2.4 select F GLIBC_2.4 sem_close F +GLIBC_2.4 sem_destroy F GLIBC_2.4 sem_open F GLIBC_2.4 semctl F GLIBC_2.4 semget F diff --git a/sysdeps/unix/sysv/linux/arm/be/libpthread.abilist b/sysdeps/unix/sysv/linux/arm/be/libpthread.abilist index 4a8b77148b..4e5e61961d 100644 --- a/sysdeps/unix/sysv/linux/arm/be/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/arm/be/libpthread.abilist @@ -47,7 +47,6 @@ GLIBC_2.4 pthread_setconcurrency F GLIBC_2.4 pthread_setschedprio F GLIBC_2.4 pthread_timedjoin_np F GLIBC_2.4 pthread_tryjoin_np F -GLIBC_2.4 sem_destroy F GLIBC_2.4 sem_getvalue F GLIBC_2.4 sem_init F GLIBC_2.4 sem_post F diff --git a/sysdeps/unix/sysv/linux/arm/le/libc.abilist b/sysdeps/unix/sysv/linux/arm/le/libc.abilist index a50969d962..6ade4f23cf 100644 --- a/sysdeps/unix/sysv/linux/arm/le/libc.abilist +++ b/sysdeps/unix/sysv/linux/arm/le/libc.abilist @@ -252,6 +252,7 @@ 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_destroy F GLIBC_2.34 sem_open F GLIBC_2.34 thrd_exit F GLIBC_2.34 tss_create F @@ -1839,6 +1840,7 @@ GLIBC_2.4 seed48_r F GLIBC_2.4 seekdir F GLIBC_2.4 select F GLIBC_2.4 sem_close F +GLIBC_2.4 sem_destroy F GLIBC_2.4 sem_open F GLIBC_2.4 semctl F GLIBC_2.4 semget F diff --git a/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist b/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist index 4a8b77148b..4e5e61961d 100644 --- a/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist @@ -47,7 +47,6 @@ GLIBC_2.4 pthread_setconcurrency F GLIBC_2.4 pthread_setschedprio F GLIBC_2.4 pthread_timedjoin_np F GLIBC_2.4 pthread_tryjoin_np F -GLIBC_2.4 sem_destroy F GLIBC_2.4 sem_getvalue F GLIBC_2.4 sem_init F GLIBC_2.4 sem_post F |