Forward declare struct link_map.
authorUlrich Drepper <drepper@redhat.com>
Sat, 8 Sep 2001 17:13:52 +0000 (17:13 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 8 Sep 2001 17:13:52 +0000 (17:13 +0000)
sysdeps/hppa/dl-lookupcfg.h

index d15732b..d76ea12 100644 (file)
@@ -23,6 +23,9 @@
 #define ELF_FUNCTION_PTR_IS_SPECIAL
 #define DL_UNMAP_IS_SPECIAL
 
+/* Forward declaration.  */
+struct link_map;
+
 void *_dl_symbol_address (const struct link_map *map, const ElfW(Sym) *ref);
 
 #define DL_SYMBOL_ADDRESS(map, ref) _dl_symbol_address(map, ref)