| commit | e0615ab04b1bd376aae61c62d77fa6bda219f326 | [log] [tgz] |
|---|---|---|
| author | Petr Machata <pmachata@redhat.com> | Tue Apr 17 05:17:48 2012 +0200 |
| committer | Petr Machata <pmachata@redhat.com> | Thu Apr 19 01:54:35 2012 +0200 |
| tree | 02d1eb85689316a3827c41498fbadff03b159084 | |
| parent | 93d95dff48698b8bde511c7f71acda7646da2626 [diff] [blame] |
The interface arch_elf_init now takes library as one argument
diff --git a/common.h b/common.h index b57a4c1..98234fd 100644 --- a/common.h +++ b/common.h
@@ -220,7 +220,7 @@ int os_ltrace_exiting_sighandler(void); void os_ltrace_exiting(void); -int arch_elf_init(struct ltelf *lte); +int arch_elf_init(struct ltelf *lte, struct library *lib); void arch_elf_destroy(struct ltelf *lte); enum plt_status {