aboutsummaryrefslogtreecommitdiff
path: root/include/apos/elf.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-05-24 21:18:55 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-05-24 21:18:55 +0300
commite033569910aecb4d8fb437a622e542b8803834ec (patch)
treeb7e31d1b266dfbd3b1aa79ae4db47d584541c8bc /include/apos/elf.h
parent12be40e22aae582cca9abbd151031edaab800cae (diff)
downloadkmi-e033569910aecb4d8fb437a622e542b8803834ec.tar.gz
kmi-e033569910aecb4d8fb437a622e542b8803834ec.zip
initial musings about exec
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 */