about summary refs log tree commit diff
path: root/elf/dl-libc_freeres.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/dl-libc_freeres.c')
-rw-r--r--elf/dl-libc_freeres.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/dl-libc_freeres.c b/elf/dl-libc_freeres.c
index 68f305a6f9..2a377fa9df 100644
--- a/elf/dl-libc_freeres.c
+++ b/elf/dl-libc_freeres.c
@@ -17,8 +17,10 @@
    <https://www.gnu.org/licenses/>.  */
 
 #include <ldsodefs.h>
+#include <dl-find_object.h>
 
 void
 __rtld_libc_freeres (void)
 {
+  _dl_find_object_freeres ();
 }