mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
nptl: Move waitpid implementation to libc
Checked on x86_64-linux-gnu and powerpc64le-linux-gnu.
This commit is contained in:
@ -102,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 waitpid F
|
||||
GLIBC_2.0 write F
|
||||
GLIBC_2.1 __libc_allocate_rtsig F
|
||||
GLIBC_2.1 __libc_current_sigrtmax F
|
||||
|
@ -200,7 +200,6 @@ GLIBC_2.3 siglongjmp F
|
||||
GLIBC_2.3 sigwait F
|
||||
GLIBC_2.3 system F
|
||||
GLIBC_2.3 tcdrain F
|
||||
GLIBC_2.3 waitpid F
|
||||
GLIBC_2.3 write F
|
||||
GLIBC_2.3.2 pthread_cond_broadcast F
|
||||
GLIBC_2.3.2 pthread_cond_destroy F
|
||||
|
@ -202,7 +202,6 @@ GLIBC_2.17 siglongjmp F
|
||||
GLIBC_2.17 sigwait F
|
||||
GLIBC_2.17 system F
|
||||
GLIBC_2.17 tcdrain F
|
||||
GLIBC_2.17 waitpid F
|
||||
GLIBC_2.17 write F
|
||||
GLIBC_2.18 pthread_getattr_default_np F
|
||||
GLIBC_2.18 pthread_setattr_default_np F
|
||||
|
Reference in New Issue
Block a user