From 6a805a0b401e2ffbdc55404d8b741fd94d0f4deb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 1 Sep 1998 10:35:19 +0000 Subject: Fix typo. * sysdeps/i386/pt-machine.h: Likewise. --- elf/dl-close.c | 1 + 1 file changed, 1 insertion(+) (limited to 'elf') diff --git a/elf/dl-close.c b/elf/dl-close.c index bbbeed8e58..0851e20193 100644 --- a/elf/dl-close.c +++ b/elf/dl-close.c @@ -144,6 +144,7 @@ _dl_close (struct link_map *map) /* We will unlink the first object only if this is a statically linked program. */ assert (imap->l_prev != NULL); + imap->l_prev->l_next = imap->l_next; #else if (imap->l_prev != NULL) imap->l_prev->l_next = imap->l_next; -- cgit 1.4.1