diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-05 17:15:57 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-05 17:19:40 +0200 |
commit | 4b729cca87ea2f14bcb526588f992cdd931ef362 (patch) | |
tree | 00e802d8ab4fe80ed9031c0756d93908c8bf1b51 /sysdeps/unix/sysv/linux/sparc/sparc32 | |
parent | 0b7d48d1062e4383b4a78e0bb78c5f0f29479780 (diff) | |
download | glibc-4b729cca87ea2f14bcb526588f992cdd931ef362.tar glibc-4b729cca87ea2f14bcb526588f992cdd931ef362.tar.gz glibc-4b729cca87ea2f14bcb526588f992cdd931ef362.tar.bz2 glibc-4b729cca87ea2f14bcb526588f992cdd931ef362.zip |
nptl: Move sem_destroy into libc
The symbol was moved using scripts/move-symbol-to-libc.py.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc/sparc32')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist | 3 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist b/sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist index 6048ad0a79..0f03575faa 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist @@ -989,6 +989,7 @@ GLIBC_2.0 seed48 F GLIBC_2.0 seed48_r F GLIBC_2.0 seekdir F GLIBC_2.0 select F +GLIBC_2.0 sem_destroy F GLIBC_2.0 semctl F GLIBC_2.0 semget F GLIBC_2.0 semop F @@ -1598,6 +1599,7 @@ GLIBC_2.1 readdir64 F GLIBC_2.1 readdir64_r F GLIBC_2.1 rtime F GLIBC_2.1 scandir64 F +GLIBC_2.1 sem_destroy F GLIBC_2.1 sendfile F GLIBC_2.1 setrlimit64 F GLIBC_2.1 setutxent F @@ -2381,6 +2383,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 diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist b/sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist index 8cc7e9bc57..f489e4d96f 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist @@ -9,7 +9,6 @@ GLIBC_2.0 pthread_cancel F GLIBC_2.0 pthread_create F GLIBC_2.0 pthread_detach F GLIBC_2.0 pthread_join F -GLIBC_2.0 sem_destroy F GLIBC_2.0 sem_getvalue F GLIBC_2.0 sem_init F GLIBC_2.0 sem_post F @@ -24,7 +23,6 @@ GLIBC_2.1 pthread_attr_setstacksize F GLIBC_2.1 pthread_create F GLIBC_2.1 pthread_getconcurrency F GLIBC_2.1 pthread_setconcurrency F -GLIBC_2.1 sem_destroy F GLIBC_2.1 sem_getvalue F GLIBC_2.1 sem_init F GLIBC_2.1 sem_post F |