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/i386 | |
parent | 478f70780f28a270205ddbe8cb6ec29cb41d586e (diff) | |
download | glibc-c97f9a5979e6c8dd4d005a01e5b1254ae4007362.tar glibc-c97f9a5979e6c8dd4d005a01e5b1254ae4007362.tar.gz glibc-c97f9a5979e6c8dd4d005a01e5b1254ae4007362.tar.bz2 glibc-c97f9a5979e6c8dd4d005a01e5b1254ae4007362.zip |
nptl: Move wait implementation to libc
Checked on x86_64-linux-gnu and powerpc64le-linux-gnu.
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/libpthread.abilist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/libpthread.abilist b/sysdeps/unix/sysv/linux/i386/libpthread.abilist index 68fd15047c..04c28dfd5a 100644 --- a/sysdeps/unix/sysv/linux/i386/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/i386/libpthread.abilist @@ -24,7 +24,6 @@ GLIBC_2.0 __pthread_setspecific F GLIBC_2.0 __read F GLIBC_2.0 __send F GLIBC_2.0 __sigaction F -GLIBC_2.0 __wait F GLIBC_2.0 __write F GLIBC_2.0 _pthread_cleanup_pop F GLIBC_2.0 _pthread_cleanup_pop_restore F @@ -103,7 +102,6 @@ GLIBC_2.0 siglongjmp F GLIBC_2.0 sigwait F GLIBC_2.0 system F GLIBC_2.0 tcdrain F -GLIBC_2.0 wait F GLIBC_2.0 waitpid F GLIBC_2.0 write F GLIBC_2.1 __libc_allocate_rtsig F |