mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
2000-06-07 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (x86_cap_flags): Update.
This commit is contained in:
@@ -83,6 +83,7 @@ pid_t __fork(void)
|
||||
|
||||
pthread_call_handlers(pthread_atfork_prepare);
|
||||
__pthread_once_fork_prepare();
|
||||
__flockfilelist();
|
||||
|
||||
pid = __libc_fork();
|
||||
|
||||
@@ -95,6 +96,7 @@ pid_t __fork(void)
|
||||
|
||||
pthread_mutex_init(&pthread_atfork_lock, NULL);
|
||||
} else {
|
||||
__funlockfilelist();
|
||||
__pthread_once_fork_parent();
|
||||
pthread_call_handlers(pthread_atfork_parent);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user