1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
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:
Ulrich Drepper
2000-06-07 23:43:59 +00:00
parent 3fc9ca4e38
commit dc3b5786d2
7 changed files with 190 additions and 55 deletions

View File

@@ -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);