]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 d15732b56d077aba2c1e57b4d022e1399ab78d07..d76ea1221deb54a7754308556720995c5360b9a9 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)