From b92e378086449e2707b8b2fd3d2f50cc0b8871e9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 6 Nov 2007 01:12:33 +0000 Subject: * elf/rtld.c (dl_main): Use the page size to find the map start. --- nptl/sysdeps/unix/sysv/linux/register-atfork.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nptl/sysdeps') diff --git a/nptl/sysdeps/unix/sysv/linux/register-atfork.c b/nptl/sysdeps/unix/sysv/linux/register-atfork.c index 71abd0f..bd10329 100644 --- a/nptl/sysdeps/unix/sysv/linux/register-atfork.c +++ b/nptl/sysdeps/unix/sysv/linux/register-atfork.c @@ -98,8 +98,7 @@ __register_atfork (prepare, parent, child, dso_handle) newp->child_handler = child; newp->dso_handle = dso_handle; - newp->next = __fork_handlers; - __fork_handlers = newp; + __linkin_atfork (newp); } /* Release the lock. */ -- cgit v1.1