diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-13 20:04:18 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 15:54:39 -0300 |
commit | 1e157b9cb4fd9e50855e4a9cb1e7b1041cf7dafe (patch) | |
tree | 9778f69bc88663fbfeaf84c9732d4881d92d6234 /sysdeps/unix/sysv/linux/riscv | |
parent | c29386fd5059e87e63f4c6eaa9feb0aabf7f7f36 (diff) | |
download | glibc-1e157b9cb4fd9e50855e4a9cb1e7b1041cf7dafe.tar glibc-1e157b9cb4fd9e50855e4a9cb1e7b1041cf7dafe.tar.gz glibc-1e157b9cb4fd9e50855e4a9cb1e7b1041cf7dafe.tar.bz2 glibc-1e157b9cb4fd9e50855e4a9cb1e7b1041cf7dafe.zip |
nptl: Remove tcdrain from libpthread
The libc version is identical and built with same flags.
Checked on x86_64-linux-gnu.
Diffstat (limited to 'sysdeps/unix/sysv/linux/riscv')
-rw-r--r-- | sysdeps/unix/sysv/linux/riscv/rv32/libpthread.abilist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/riscv/rv32/libpthread.abilist b/sysdeps/unix/sysv/linux/riscv/rv32/libpthread.abilist index 6810a3aafb..2065a2253d 100644 --- a/sysdeps/unix/sysv/linux/riscv/rv32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/riscv/rv32/libpthread.abilist @@ -187,7 +187,6 @@ GLIBC_2.33 send F GLIBC_2.33 sendmsg F GLIBC_2.33 sigaction F GLIBC_2.33 sigwait F -GLIBC_2.33 tcdrain F GLIBC_2.33 thrd_create F GLIBC_2.33 thrd_detach F GLIBC_2.33 thrd_exit F diff --git a/sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist b/sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist index e24f3f2b3a..12defbaa88 100644 --- a/sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist @@ -170,7 +170,6 @@ GLIBC_2.27 send F GLIBC_2.27 sendmsg F GLIBC_2.27 sigaction F GLIBC_2.27 sigwait F -GLIBC_2.27 tcdrain F GLIBC_2.28 call_once F GLIBC_2.28 cnd_broadcast F GLIBC_2.28 cnd_destroy F |