From 92d83c725e09dbc76acfedc1cf85a01f9f54452d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 9 May 2003 03:17:42 +0000 Subject: Update. 2003-05-08 Ulrich Drepper * malloc/thread-m.h: Remove special handling of thread_atfork if HAVE_register_atfork_malloc is defined. --- nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c') diff --git a/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c b/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c index 3891501927..3d1c021819 100644 --- a/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c +++ b/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c @@ -27,9 +27,6 @@ #include -struct fork_handler __pthread_child_handler attribute_hidden; - - #ifdef TLS_MULTIPLE_THREADS_IN_TCB void #else @@ -46,10 +43,7 @@ __libc_pthread_init (ptr, reclaim, functions) __fork_generation_pointer = ptr; /* Called by a child after fork. */ - __pthread_child_handler.handler = reclaim; - - /* The fork handler needed by libpthread. */ - list_add_tail (&__pthread_child_handler.list, &__fork_child_list); + __register_atfork (NULL, NULL, reclaim, NULL); #ifdef SHARED /* We copy the content of the variable pointed to by the FUNCTIONS -- cgit 1.4.1