From 3f73836632c221bd952d0cee6abdd88b35963965 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 13 Jan 2001 16:09:41 +0000 Subject: Update. 2001-01-13 Jakub Jelinek * inet/ether_ntoh.c (lookup_function): Change arguments to match _nss_*_getntohost_r prototype. (ether_ntohost): Pass errno pointer to NSS function. 2001-01-12 Franz Sirl * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (MS_SYNC): Fix value. (MAP_LOCKED): New definition. (MAP_NORESERVE): New definition. --- linuxthreads/pthread.c | 1 + 1 file changed, 1 insertion(+) (limited to 'linuxthreads/pthread.c') diff --git a/linuxthreads/pthread.c b/linuxthreads/pthread.c index df1d00b05a..b62393fde9 100644 --- a/linuxthreads/pthread.c +++ b/linuxthreads/pthread.c @@ -753,6 +753,7 @@ static void pthread_onexit_process(int retcode, void *arg) { waitpid(__pthread_manager_thread.p_pid, NULL, __WCLONE); free (__pthread_manager_thread_bos); + __pthread_manager_thread_bos = __pthread_manager_thread_tos = NULL; } } } -- cgit v1.2.3