about summary refs log tree commit diff
path: root/elf/ldsodefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'elf/ldsodefs.h')
-rw-r--r--elf/ldsodefs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/elf/ldsodefs.h b/elf/ldsodefs.h
index 392ea1787f..f8db76c32c 100644
--- a/elf/ldsodefs.h
+++ b/elf/ldsodefs.h
@@ -270,7 +270,8 @@ extern void _dl_setup_hash (struct link_map *map) internal_function;
 /* Open the shared object NAME, relocate it, and run its initializer if it
    hasn't already been run.  MODE is as for `dlopen' (see <dlfcn.h>).  If
    the object is already opened, returns its existing map.  */
-extern struct link_map *_dl_open (const char *name, int mode)
+extern struct link_map *_dl_open (const char *name, int mode,
+				  const void *caller)
      internal_function;
 
 /* Close an object previously opened by _dl_open.  */