diff options
author | Roland McGrath <mcgrathr@chromium.org> | 2011-08-31 15:48:43 -0700 |
---|---|---|
committer | Roland McGrath <mcgrathr@chromium.org> | 2011-08-31 15:48:43 -0700 |
commit | 81313e32ef1885c1cb884042398b299df11f3e3c (patch) | |
tree | 02f68b024e932dc7ae8c0126b5fcced0bcac871c /include/link.h | |
parent | 448f6a4dfbdc9c9e2b410f5ea52e51b0667ee742 (diff) | |
download | glibc-81313e32ef1885c1cb884042398b299df11f3e3c.tar glibc-81313e32ef1885c1cb884042398b299df11f3e3c.tar.gz glibc-81313e32ef1885c1cb884042398b299df11f3e3c.tar.bz2 glibc-81313e32ef1885c1cb884042398b299df11f3e3c.zip |
Revert "Fix memory leak in dlopen with RTLD_NOLOAD."
This reverts commit 522cb50e61c109d41df4dbc366312a133e248dca.
Conflicts:
ChangeLog
Diffstat (limited to 'include/link.h')
-rw-r--r-- | include/link.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/link.h b/include/link.h index e1700b1490..26c67438f0 100644 --- a/include/link.h +++ b/include/link.h @@ -1,6 +1,6 @@ /* Data structure for communication from the run-time dynamic linker for loaded ELF shared objects. - Copyright (C) 1995-2006, 2007, 2009, 2011 Free Software Foundation, Inc. + Copyright (C) 1995-2006, 2007, 2009 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -236,9 +236,6 @@ struct link_map /* List of object in order of the init and fini calls. */ struct link_map **l_initfini; - /* The init and fini list generated at startup, saved when the - object is also loaded dynamically. */ - struct link_map **l_orig_initfini; /* List of the dependencies introduced through symbol binding. */ struct link_map_reldeps |