mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Forward declare struct link_map.
This commit is contained in:
parent
8c2b0506ec
commit
a3a247a8b1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user