diff options
Diffstat (limited to 'elf/dl-reloc.c')
-rw-r--r-- | elf/dl-reloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/dl-reloc.c b/elf/dl-reloc.c index 55e62b6705..35ef88ab71 100644 --- a/elf/dl-reloc.c +++ b/elf/dl-reloc.c @@ -27,8 +27,8 @@ void -_dl_relocate_object (struct link_map *l, struct link_map *scope[], int lazy, - int consider_profiling) +_dl_relocate_object (struct link_map *l, struct r_scope_elem *scope[], + int lazy, int consider_profiling) { if (l->l_relocated) return; |