aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-08-27 00:59:51 +0000
committerUlrich Drepper <drepper@redhat.com>2001-08-27 00:59:51 +0000
commit51df989ed66d5ab09ffb29bc45164561d7b27136 (patch)
tree00e84d593211cd619c274110ecd0ac535bcb18fa /sysdeps
parentfdde83499a05d3befb0e0c9299cd2bb718229d8b (diff)
downloadglibc-51df989ed66d5ab09ffb29bc45164561d7b27136.tar
glibc-51df989ed66d5ab09ffb29bc45164561d7b27136.tar.gz
glibc-51df989ed66d5ab09ffb29bc45164561d7b27136.tar.bz2
glibc-51df989ed66d5ab09ffb29bc45164561d7b27136.zip
Update.
* sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct link_map.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/ia64/dl-lookupcfg.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysdeps/ia64/dl-lookupcfg.h b/sysdeps/ia64/dl-lookupcfg.h
index 2f5ba8ed6c..76be84322a 100644
--- a/sysdeps/ia64/dl-lookupcfg.h
+++ b/sysdeps/ia64/dl-lookupcfg.h
@@ -1,5 +1,5 @@
/* Configuration of lookup functions.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2001 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
@@ -23,6 +23,9 @@
#define ELF_FUNCTION_PTR_IS_SPECIAL
#define DL_UNMAP_IS_SPECIAL
+/* Forward declaration. */
+struct link_map;
+
extern void *_dl_symbol_address (const struct link_map *map,
const Elf64_Sym *ref);