]> sourceware.org Git - glibc.git/blobdiff - elf/dlsym.c
Sat May 6 11:06:47 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
[glibc.git] / elf / dlsym.c
index 6d8781053b995ccc77201b680c63a05d27b70750..3e10812da8454bd84571b4e064d3bcbe332f28a4 100644 (file)
@@ -33,7 +33,7 @@ dlsym (void *handle, const char *name)
   void doit (void)
     {
       const Elf32_Sym *ref = NULL;
-      value = _dl_lookup_symbol (name, &ref, map);
+      value = _dl_lookup_symbol (name, map->l_name, &ref, map);
     }
 
   /* Confine the symbol scope to just this map.  */
This page took 0.031681 seconds and 5 git commands to generate.