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/microblaze | |
parent | 0c9d4925fe3fbd3624a38434ffb08afe43d8aa85 (diff) | |
download | glibc-c29386fd5059e87e63f4c6eaa9feb0aabf7f7f36.tar glibc-c29386fd5059e87e63f4c6eaa9feb0aabf7f7f36.tar.gz glibc-c29386fd5059e87e63f4c6eaa9feb0aabf7f7f36.tar.bz2 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/microblaze')
-rw-r--r-- | sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/microblaze/le/libpthread.abilist | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist b/sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist index 490a8cc9cf..57fa97be83 100644 --- a/sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist @@ -53,7 +53,6 @@ GLIBC_2.18 lseek F GLIBC_2.18 lseek64 F GLIBC_2.18 open F GLIBC_2.18 open64 F -GLIBC_2.18 pause F GLIBC_2.18 pread F GLIBC_2.18 pread64 F GLIBC_2.18 pthread_attr_getaffinity_np F diff --git a/sysdeps/unix/sysv/linux/microblaze/le/libpthread.abilist b/sysdeps/unix/sysv/linux/microblaze/le/libpthread.abilist index 490a8cc9cf..57fa97be83 100644 --- a/sysdeps/unix/sysv/linux/microblaze/le/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/le/libpthread.abilist @@ -53,7 +53,6 @@ GLIBC_2.18 lseek F GLIBC_2.18 lseek64 F GLIBC_2.18 open F GLIBC_2.18 open64 F -GLIBC_2.18 pause F GLIBC_2.18 pread F GLIBC_2.18 pread64 F GLIBC_2.18 pthread_attr_getaffinity_np F |