summaryrefslogtreecommitdiff
path: root/ldso/include/ldso.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/include/ldso.h')
-rw-r--r--ldso/include/ldso.h3
1 files changed, 1 insertions, 2 deletions
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 <dl-elf.h>
#include <dl-hash.h>
-/* 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;
};