aboutsummaryrefslogtreecommitdiff
path: root/include/apos/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/elf.h')
-rw-r--r--include/apos/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apos/elf.h b/include/apos/elf.h
index cea504e..1e9a4aa 100644
--- a/include/apos/elf.h
+++ b/include/apos/elf.h
@@ -194,6 +194,6 @@ struct __packed section64_header {
#define section_header_prop(c, e, p) \
(c == ELFCLASS64 ? section64_header(e)->p : section32_header(e)->p)
-vm_t load_elf(struct tcb *t, vm_t b);
+vm_t load_elf(struct tcb *t, vm_t binary, vm_t interp);
#endif /* APOS_ELF_H */