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/m68k/m680x0 | |
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/m68k/m680x0')
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist b/sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist index 5337eae20c..1969af267f 100644 --- a/sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist @@ -31,7 +31,6 @@ GLIBC_2.0 funlockfile F GLIBC_2.0 longjmp F GLIBC_2.0 lseek F GLIBC_2.0 open F -GLIBC_2.0 pause F GLIBC_2.0 pthread_atfork F GLIBC_2.0 pthread_cancel F GLIBC_2.0 pthread_cond_broadcast F |