From 7c91639ec9a640dd9637495a329468aea5818529 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 17 Mar 2001 00:49:09 +0000 Subject: Update. 2001-03-16 Ulrich Drepper * sysdeps/unix/sysv/linux/ia64/makecontext.c (__makecontext): Internationalize. --- elf/dl-load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf/dl-load.c') diff --git a/elf/dl-load.c b/elf/dl-load.c index 873a0bad4b..44efb11da0 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -1514,7 +1514,7 @@ _dl_map_object (struct link_map *loader, const char *name, int preloaded, /* If the requested name matches the soname of a loaded object, use that object. Elide this check for names that have not yet been opened. */ - if (l->l_faked == 0) + if (l->l_faked != 0) continue; if (!_dl_name_match_p (name, l)) { -- cgit v1.2.3