1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Fix type in sysdeps/hppa/dl-machine.h.

This commit is contained in:
John David Anglin
2017-07-12 20:02:45 -04:00
parent 06164c6773
commit 27f29b2dad
2 changed files with 5 additions and 1 deletions

View File

@ -653,7 +653,7 @@ elf_machine_rela (struct link_map *map,
case R_PARISC_IPLT:
if (__builtin_expect (sym_map != NULL, 1))
{
elf_machine_fixup_plt (NULL, sym_map, NULL, NULL reloc, reloc_addr,
elf_machine_fixup_plt (NULL, sym_map, NULL, NULL, reloc, reloc_addr,
DL_FIXUP_MAKE_VALUE(sym_map, value));
}
else