Imported Upstream version 0.7.91
[platform/upstream/ltrace.git] / sysdeps / linux-gnu / cris / plt.c
index 427ae93..fcc18d2 100644 (file)
@@ -28,7 +28,7 @@ GElf_Addr arch_plt_sym_val(struct ltelf *lte, size_t ndx, GElf_Rela * rela)
        return lte->plt_addr + 0x20 + (ndx * 26);
 }
 
-void *sym2addr(Process *proc, struct library_symbol *sym)
+void *sym2addr(struct process *proc, struct library_symbol *sym)
 {
        return sym->enter_addr;
 }