diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-11-13 11:02:13 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-12-19 16:11:09 -0300 |
commit | c97f9a5979e6c8dd4d005a01e5b1254ae4007362 (patch) | |
tree | 024a20443f112825acdb038a7c0da1b5aa5a4f33 /sysdeps/unix/sysv/linux/hppa/libpthread.abilist | |
parent | 478f70780f28a270205ddbe8cb6ec29cb41d586e (diff) | |
download | glibc-c97f9a5979e6c8dd4d005a01e5b1254ae4007362.tar.gz |
nptl: Move wait implementation to libc
Checked on x86_64-linux-gnu and powerpc64le-linux-gnu.
Diffstat (limited to 'sysdeps/unix/sysv/linux/hppa/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/libpthread.abilist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/libpthread.abilist b/sysdeps/unix/sysv/linux/hppa/libpthread.abilist index 15b72c4264..a52648d032 100644 --- a/sysdeps/unix/sysv/linux/hppa/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/hppa/libpthread.abilist @@ -46,7 +46,6 @@ GLIBC_2.2 __read F GLIBC_2.2 __res_state F GLIBC_2.2 __send F GLIBC_2.2 __sigaction F -GLIBC_2.2 __wait F GLIBC_2.2 __write F GLIBC_2.2 _pthread_cleanup_pop F GLIBC_2.2 _pthread_cleanup_pop_restore F @@ -180,7 +179,6 @@ GLIBC_2.2 siglongjmp F GLIBC_2.2 sigwait F GLIBC_2.2 system F GLIBC_2.2 tcdrain F -GLIBC_2.2 wait F GLIBC_2.2 waitpid F GLIBC_2.2 write F GLIBC_2.2.3 pthread_getattr_np F |