mirror of git://sourceware.org/git/glibc.git
13 lines
243 B
Plaintext
13 lines
243 B
Plaintext
|
libc {
|
||
|
GLIBC_PRIVATE {
|
||
|
__register_atfork; __register_pthread_fork_handler;
|
||
|
__libc_current_sigrtmin_private; __libc_current_sigrtmax_private;
|
||
|
__libc_allocate_rtsig_private;
|
||
|
}
|
||
|
}
|
||
|
libpthread {
|
||
|
GLIBC_2.0 {
|
||
|
fork; __fork;
|
||
|
}
|
||
|
}
|