]> Git Repo - uclibc-ng.git/blobdiff - ldso/include/ldso.h
Second attempt to fix the INIT/FINI order. This time I think I got it right :)
[uclibc-ng.git] / ldso / include / ldso.h
index 37ec439cb73acdf9cca8cf13dae8c56f9f8befb7..2b803f2fe9874311a7dc94ff721c115d59fe4f26 100644 (file)
 #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;
 };
 
This page took 0.023271 seconds and 4 git commands to generate.