diff options
Diffstat (limited to 'elf/dl-lookup.c')
-rw-r--r-- | elf/dl-lookup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/dl-lookup.c b/elf/dl-lookup.c index 4120cb1e64..611effea6a 100644 --- a/elf/dl-lookup.c +++ b/elf/dl-lookup.c @@ -320,8 +320,8 @@ void internal_function _dl_setup_hash (struct link_map *map) { - ElfW(Symndx) *hash; - ElfW(Symndx) nchain; + Elf_Symndx *hash; + Elf_Symndx nchain; if (!map->l_info[DT_HASH]) return; |