diff options
Diffstat (limited to 'elf/dlvsym.c')
-rw-r--r-- | elf/dlvsym.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/elf/dlvsym.c b/elf/dlvsym.c index 18cb892..b4c4f73 100644 --- a/elf/dlvsym.c +++ b/elf/dlvsym.c @@ -1,5 +1,5 @@ /* Look up a versioned symbol in a shared object loaded by `dlopen'. - Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1998 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 @@ -69,9 +69,9 @@ RTLD_NEXT used in code not dynamically loaded")); args->loadbase = _dl_lookup_versioned_symbol_skip (args->name, &args->ref, - &_dl_loaded, - NULL, &args->version, - l); + mapscope, + NULL, + match); } else { |