diff options
Diffstat (limited to 'elf/do-lookup.h')
-rw-r--r-- | elf/do-lookup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/do-lookup.h b/elf/do-lookup.h index f83b13ccf3..3c5e6f4e9b 100644 --- a/elf/do-lookup.h +++ b/elf/do-lookup.h @@ -43,7 +43,7 @@ FCT (const char *undef_name, struct link_map *undef_map, const ElfW(Sym) *symtab; const char *strtab; const ElfW(Half) *verstab; - ElfW(Symndx) symidx; + Elf_Symndx symidx; const ElfW(Sym) *sym; #if ! VERSIONED int num_versions = 0; |