From 90c50876acd1339310fd7002a872655819ced3e4 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Wed, 8 Sep 2004 09:43:25 +0000 Subject: Second attempt to fix the INIT/FINI order. This time I think I got it right :) This needs testing with apps that have complex dependencies. --- ldso/include/ldso.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ldso/include/ldso.h') diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h index 37ec439cb..2b803f2fe 100644 --- a/ldso/include/ldso.h +++ b/ldso/include/ldso.h @@ -31,10 +31,9 @@ #include #include -/* For INIT/FINI handling */ +/* For INIT/FINI dependency sorting. */ struct init_fini_list { struct init_fini_list *next; - struct init_fini_list *prev; struct elf_resolve *tpnt; }; -- cgit v1.2.3