diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-24 21:18:55 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-24 21:18:55 +0300 |
| commit | e033569910aecb4d8fb437a622e542b8803834ec (patch) | |
| tree | b7e31d1b266dfbd3b1aa79ae4db47d584541c8bc /include/apos/elf.h | |
| parent | 12be40e22aae582cca9abbd151031edaab800cae (diff) | |
| download | kmi-e033569910aecb4d8fb437a622e542b8803834ec.tar.gz kmi-e033569910aecb4d8fb437a622e542b8803834ec.zip | |
initial musings about exec
Diffstat (limited to 'include/apos/elf.h')
| -rw-r--r-- | include/apos/elf.h | 2 |
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 */ |
