From 383052e98ce628ba1d5046ba663a8b70271e3eb8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 23 Mar 2000 22:16:37 +0000 Subject: Update. 2000-03-23 Ulrich Drepper * 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 . --- linuxthreads/ptfork.c | 1 + 1 file changed, 1 insertion(+) (limited to 'linuxthreads/ptfork.c') diff --git a/linuxthreads/ptfork.c b/linuxthreads/ptfork.c index 1dfa8b6ab7..4cd883fd23 100644 --- a/linuxthreads/ptfork.c +++ b/linuxthreads/ptfork.c @@ -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 { -- cgit v1.2.3