diff options
| author | Florian Weimer <fweimer@redhat.com> | 2021-05-11 11:08:00 +0200 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2021-05-11 11:24:39 +0200 |
| commit | df65f897e9501aa5b64a5cbcb101301715f2ec2f (patch) | |
| tree | ed8e6ba638dde4a447fb1a30107a62f8287dcb4f /sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist | |
| parent | 8fbb33b3f74560ea3c74d289bdf59cffce52b463 (diff) | |
| download | glibc-df65f897e9501aa5b64a5cbcb101301715f2ec2f.tar.xz glibc-df65f897e9501aa5b64a5cbcb101301715f2ec2f.zip | |
nptl: Move pthread_detach, thrd_detach into libc
The symbols were moved using scripts/move-symbol-to-libc.py.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist')
| -rw-r--r-- | sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist b/sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist index 8f1e31593e..5c04ee1696 100644 --- a/sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist @@ -14,7 +14,6 @@ GLIBC_2.27 pthread_attr_setstackaddr F GLIBC_2.27 pthread_attr_setstacksize F GLIBC_2.27 pthread_cancel F GLIBC_2.27 pthread_create F -GLIBC_2.27 pthread_detach F GLIBC_2.27 pthread_getattr_default_np F GLIBC_2.27 pthread_getconcurrency F GLIBC_2.27 pthread_getcpuclockid F @@ -28,7 +27,6 @@ GLIBC_2.27 pthread_sigqueue F GLIBC_2.27 pthread_timedjoin_np F GLIBC_2.27 pthread_tryjoin_np F GLIBC_2.28 thrd_create F -GLIBC_2.28 thrd_detach F GLIBC_2.28 thrd_join F GLIBC_2.30 __libpthread_version_placeholder F GLIBC_2.31 pthread_clockjoin_np F |
