diff options
Diffstat (limited to 'sysdeps/ia64/dl-fptr.c')
-rw-r--r-- | sysdeps/ia64/dl-fptr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/ia64/dl-fptr.c b/sysdeps/ia64/dl-fptr.c index 3a4d8247a8..3c362b0f87 100644 --- a/sysdeps/ia64/dl-fptr.c +++ b/sysdeps/ia64/dl-fptr.c @@ -191,8 +191,7 @@ make_fptr_table (struct link_map *map) } Elf64_Addr -__ia64_make_fptr (const struct link_map *map, - const Elf64_Sym *sym, Elf64_Addr ip) +__ia64_make_fptr (struct link_map *map, const Elf64_Sym *sym, Elf64_Addr ip) { Elf64_Addr *ftab = map->l_mach.fptr_table; const Elf64_Sym *symtab; |