Browse Source

(do_sym): For RTLD_NEXT, pass MATCH for dl_lookup_symbol_x, not L.

cvs/glibc-2_5-branch
Ulrich Drepper 20 years ago
parent
commit
74c5693b2e
  1. 2
      elf/dl-sym.c

2
elf/dl-sym.c

@ -103,7 +103,7 @@ RTLD_NEXT used in code not dynamically loaded"));
while (l->l_loader != NULL)
l = l->l_loader;
result = GLRO(dl_lookup_symbol_x) (name, l, &ref, l->l_local_scope,
result = GLRO(dl_lookup_symbol_x) (name, match, &ref, l->l_local_scope,
vers, 0, 0, match);
}
else

Loading…
Cancel
Save