about summary refs log tree commit diff
path: root/sysdeps/generic/ldsodefs.h
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2023-10-18 14:31:02 +0200
committerFlorian Weimer <fweimer@redhat.com>2023-10-18 14:31:02 +0200
commitdc3b5b9048d342b5b779683dff018ac3bd14a17b (patch)
tree5f76c4cfc2853ec6bc917fbfaf0d50b9a287e249 /sysdeps/generic/ldsodefs.h
parentad96b5532570a6782f784b4f2c6aa2a52359144d (diff)
downloadglibc-dc3b5b9048d342b5b779683dff018ac3bd14a17b.tar.gz
glibc-dc3b5b9048d342b5b779683dff018ac3bd14a17b.tar.xz
glibc-dc3b5b9048d342b5b779683dff018ac3bd14a17b.zip
Revert "elf: Always call destructors in reverse constructor order (bug 30785)"
This reverts commit 5d83a52a4905405792418d6a0f3afa3601a98c37.

Reason for revert: Incompatibility with existing applications.
Diffstat (limited to 'sysdeps/generic/ldsodefs.h')
-rw-r--r--sysdeps/generic/ldsodefs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/generic/ldsodefs.h b/sysdeps/generic/ldsodefs.h
index ab8a7fbf84..c2627fced7 100644
--- a/sysdeps/generic/ldsodefs.h
+++ b/sysdeps/generic/ldsodefs.h
@@ -1047,10 +1047,6 @@ extern int _dl_check_map_versions (struct link_map *map, int verbose,
 extern void _dl_init (struct link_map *main_map, int argc, char **argv,
 		      char **env) attribute_hidden;
 
-/* List of ELF objects in reverse order of their constructor
-   invocation.  */
-extern struct link_map *_dl_init_called_list attribute_hidden;
-
 /* Call the finalizer functions of all shared objects whose
    initializer functions have completed.  */
 extern void _dl_fini (void) attribute_hidden;