diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-30 22:03:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-30 22:03:11 +0000 |
commit | 6512a60090c0bcc35742f254b48d7443c7880e3f (patch) | |
tree | b2d48a6e0111b39abe4416cb32a810c2cb1b5117 /ldso/include/dl-hash.h | |
parent | 61e5097b07e3b7283c22cf6e425696cb4219940d (diff) |
change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bitsize
Diffstat (limited to 'ldso/include/dl-hash.h')
-rw-r--r-- | ldso/include/dl-hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/include/dl-hash.h b/ldso/include/dl-hash.h index dcad7bcee..27177542b 100644 --- a/ldso/include/dl-hash.h +++ b/ldso/include/dl-hash.h @@ -44,7 +44,7 @@ struct elf_resolve{ unsigned long dynamic_info[DYNAMIC_SIZE]; unsigned long n_phent; - Elf32_Phdr * ppnt; + ElfW(Phdr) * ppnt; ElfW(Addr) relro_addr; size_t relro_size; |