diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-12 20:57:52 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 15:54:39 -0300 |
commit | c29386fd5059e87e63f4c6eaa9feb0aabf7f7f36 (patch) | |
tree | 07469a247b716bbcfd5f1ed1b29f695dd60f76fb /sysdeps/unix/sysv/linux/arm/be | |
parent | 0c9d4925fe3fbd3624a38434ffb08afe43d8aa85 (diff) | |
download | glibc-c29386fd5059e87e63f4c6eaa9feb0aabf7f7f36.tar.gz glibc-c29386fd5059e87e63f4c6eaa9feb0aabf7f7f36.tar.xz glibc-c29386fd5059e87e63f4c6eaa9feb0aabf7f7f36.zip |
nptl: Remove pause 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/be')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/be/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/be/libpthread.abilist b/sysdeps/unix/sysv/linux/arm/be/libpthread.abilist index d68e8114e3..a17b76146c 100644 --- a/sysdeps/unix/sysv/linux/arm/be/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/arm/be/libpthread.abilist @@ -88,7 +88,6 @@ GLIBC_2.4 lseek F GLIBC_2.4 lseek64 F GLIBC_2.4 open F GLIBC_2.4 open64 F -GLIBC_2.4 pause F GLIBC_2.4 pread F GLIBC_2.4 pread64 F GLIBC_2.4 pthread_attr_getaffinity_np F |