projects
/
kopensolaris-gnu
/
glibc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use __libc_pthread_init instead of __register_pthread_fork_handler.
[kopensolaris-gnu/glibc.git]
/
nptl
/
sysdeps
/
unix
/
sysv
/
linux
/
Versions
1
libc {
2
GLIBC_PRIVATE {
3
__register_atfork; __libc_pthread_init;
4
__libc_current_sigrtmin_private; __libc_current_sigrtmax_private;
5
__libc_allocate_rtsig_private;
6
}
7
}
8
libpthread {
9
GLIBC_2.0 {
10
fork; __fork;
11
}
12
}