mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
nptl: Move wait implementation to libc
Checked on x86_64-linux-gnu and powerpc64le-linux-gnu.
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user