mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
2000-03-23 Ulrich Drepper <drepper@redhat.com> * resolv/netdb.h (SCOPE_DELIMITER): New definitions. * inet/netinet/in.h (struct sockaddr_in6): Add sin6_scope_id according to RFC 2553. * sysdeps/posix/getaddrinfo.c: Change to follow latest RFC draft. * inet/getnameinfo.c: Likewise. Patches by YOSHIFUJI Hideaki <yoshfuji@v6.linux.or.jp>.
This commit is contained in:
@@ -89,6 +89,7 @@ pid_t __fork(void)
|
||||
pid = __libc_fork();
|
||||
if (pid == 0) {
|
||||
__pthread_reset_main_thread();
|
||||
__pthread_reset_pthread_once();
|
||||
__fresetlockfiles();
|
||||
pthread_call_handlers(child);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user