summaryrefslogtreecommitdiff
path: root/ldso/ldso/ld_hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/ldso/ld_hash.h')
-rw-r--r--ldso/ldso/ld_hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/ld_hash.h b/ldso/ldso/ld_hash.h
index fab9a22ab..0632ce2c9 100644
--- a/ldso/ldso/ld_hash.h
+++ b/ldso/ldso/ld_hash.h
@@ -10,7 +10,7 @@ struct link_map
{
/* These entries must be in this order to be compatible with the
* interface used by gdb to obtain the list of symbols. */
- unsigned long l_addr; /* address at which object is mapped */
+ Elf32_Addr l_addr; /* address at which object is mapped */
char *l_name; /* full name of loaded object */
Elf32_Dyn *l_ld; /* dynamic structure of object */
struct link_map *l_next;