mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
nptl: Move fork into libc
This is part of the libpthread removal project: <https://sourceware.org/ml/libc-alpha/2019-10/msg00080.html> Checked on x86_64-linux-gnu.
This commit is contained in:
@ -13,7 +13,6 @@ GLIBC_2.2 __close F
|
||||
GLIBC_2.2 __connect F
|
||||
GLIBC_2.2 __errno_location F
|
||||
GLIBC_2.2 __fcntl F
|
||||
GLIBC_2.2 __fork F
|
||||
GLIBC_2.2 __h_errno_location F
|
||||
GLIBC_2.2 __libc_allocate_rtsig F
|
||||
GLIBC_2.2 __libc_current_sigrtmax F
|
||||
@ -56,7 +55,6 @@ GLIBC_2.2 close F
|
||||
GLIBC_2.2 connect F
|
||||
GLIBC_2.2 fcntl F
|
||||
GLIBC_2.2 flockfile F
|
||||
GLIBC_2.2 fork F
|
||||
GLIBC_2.2 fsync F
|
||||
GLIBC_2.2 ftrylockfile F
|
||||
GLIBC_2.2 funlockfile F
|
||||
|
@ -13,7 +13,6 @@ GLIBC_2.2 __close F
|
||||
GLIBC_2.2 __connect F
|
||||
GLIBC_2.2 __errno_location F
|
||||
GLIBC_2.2 __fcntl F
|
||||
GLIBC_2.2 __fork F
|
||||
GLIBC_2.2 __h_errno_location F
|
||||
GLIBC_2.2 __libc_allocate_rtsig F
|
||||
GLIBC_2.2 __libc_current_sigrtmax F
|
||||
@ -56,7 +55,6 @@ GLIBC_2.2 close F
|
||||
GLIBC_2.2 connect F
|
||||
GLIBC_2.2 fcntl F
|
||||
GLIBC_2.2 flockfile F
|
||||
GLIBC_2.2 fork F
|
||||
GLIBC_2.2 fsync F
|
||||
GLIBC_2.2 ftrylockfile F
|
||||
GLIBC_2.2 funlockfile F
|
||||
|
Reference in New Issue
Block a user