From 5094174fe6cee7a0da4c3ee302b8cbfa759685db Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 15 Mar 2000 05:42:01 +0000 Subject: [PATCH] Adjust call to _dl_map_object_deps. --- elf/rtld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elf/rtld.c b/elf/rtld.c index fde0857ed47..1839da122e7 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -777,7 +777,7 @@ of this helper program; chances are you did not intend to run this program.\n\ specified some libraries to load, these are inserted before the actual dependencies in the executable's searchlist for symbol resolution. */ HP_TIMING_NOW (start); - _dl_map_object_deps (_dl_loaded, preloads, npreloads, mode == trace, 0); + _dl_map_object_deps (_dl_loaded, preloads, npreloads, mode == trace); HP_TIMING_NOW (stop); HP_TIMING_DIFF (diff, start, stop); HP_TIMING_ACCUM_NT (load_time, diff); -- 2.47.2