]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Adjust declaration of _dl_map_object_deps.
authorUlrich Drepper <drepper@redhat.com>
Wed, 15 Mar 2000 05:41:11 +0000 (05:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 15 Mar 2000 05:41:11 +0000 (05:41 +0000)
elf/ldsodefs.h

index f8db76c32cb4b27918e43ee3498990a1ca855473..c621b06ef54227befa7cdb006484d354903b2c36 100644 (file)
@@ -1,5 +1,5 @@
 /* Run-time dynamic linker data structures for loaded ELF shared objects.
-   Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1995-1999, 2000 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
@@ -257,10 +257,9 @@ extern struct link_map *_dl_map_object (struct link_map *loader,
    MAP->l_searchlist.  PRELOADS points to a vector of NPRELOADS previously
    loaded objects that will be inserted into MAP->l_searchlist after MAP
    but before its dependencies.  */
-extern unsigned int _dl_map_object_deps (struct link_map *map,
-                                        struct link_map **preloads,
-                                        unsigned int npreloads,
-                                        int trace_mode, int global_scope)
+extern void _dl_map_object_deps (struct link_map *map,
+                                struct link_map **preloads,
+                                unsigned int npreloads, int trace_mode)
      internal_function;
 
 /* Cache the locations of MAP's hash table.  */