]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Adjust prototype for _dl_map_object.
authorUlrich Drepper <drepper@redhat.com>
Tue, 3 Mar 1998 17:00:24 +0000 (17:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 3 Mar 1998 17:00:24 +0000 (17:00 +0000)
elf/link.h

index 06aac2e805e44ba6753d10cd8792a622969f10ad..f5db803f0692f152c3e44451c7a3c99507677809 100644 (file)
@@ -1,5 +1,5 @@
 /* Run-time dynamic linker data structures for loaded ELF shared objects.
-   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
@@ -224,8 +224,8 @@ extern int _dlerror_run (void (*operate) (void));
    LOADER's DT_RPATH is used in searching for NAME.
    If the object is already opened, returns its existing map.  */
 extern struct link_map *_dl_map_object (struct link_map *loader,
-                                       const char *name, int type,
-                                       int trace_mode);
+                                       const char *name, int preloaded,
+                                       int type, int trace_mode);
 
 /* Call _dl_map_object on the dependencies of MAP, and set up
    MAP->l_searchlist.  PRELOADS points to a vector of NPRELOADS previously