Forward declare struct link_map.

This commit is contained in:
Ulrich Drepper 2001-09-08 17:13:52 +00:00
parent 8c2b0506ec
commit a3a247a8b1

View 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)