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/arm | |
parent | c29386fd5059e87e63f4c6eaa9feb0aabf7f7f36 (diff) | |
download | glibc-1e157b9cb4fd9e50855e4a9cb1e7b1041cf7dafe.zip glibc-1e157b9cb4fd9e50855e4a9cb1e7b1041cf7dafe.tar.gz glibc-1e157b9cb4fd9e50855e4a9cb1e7b1041cf7dafe.tar.bz2 |
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/arm')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/be/libpthread.abilist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/le/libpthread.abilist | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/be/libpthread.abilist b/sysdeps/unix/sysv/linux/arm/be/libpthread.abilist index a17b761..7ddae84 100644 --- a/sysdeps/unix/sysv/linux/arm/be/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/arm/be/libpthread.abilist @@ -200,4 +200,3 @@ GLIBC_2.4 sigaction F GLIBC_2.4 siglongjmp F GLIBC_2.4 sigwait F GLIBC_2.4 system F -GLIBC_2.4 tcdrain F diff --git a/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist b/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist index a17b761..7ddae84 100644 --- a/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist @@ -200,4 +200,3 @@ GLIBC_2.4 sigaction F GLIBC_2.4 siglongjmp F GLIBC_2.4 sigwait F GLIBC_2.4 system F -GLIBC_2.4 tcdrain F |