]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(_dl_open): Call _dl_map_object with new argument.
authorUlrich Drepper <drepper@redhat.com>
Tue, 3 Mar 1998 16:59:48 +0000 (16:59 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 3 Mar 1998 16:59:48 +0000 (16:59 +0000)
elf/dl-open.c

index 87cf4de967f26d2d92fb8131a7e8d4938ac9571c..63a7091fffc0f226aef7bd50f3447ee351d95ca5 100644 (file)
@@ -46,7 +46,7 @@ _dl_open (const char *file, int mode)
   struct r_debug *r;
 
   /* Load the named object.  */
-  new = _dl_map_object (NULL, file, lt_loaded, 0);
+  new = _dl_map_object (NULL, file, 0, lt_loaded, 0);
   if (new->l_searchlist)
     /* It was already open.  */
     return new;