From e033569910aecb4d8fb437a622e542b8803834ec Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 24 May 2022 21:18:55 +0300 Subject: initial musings about exec --- include/apos/elf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/apos/elf.h') 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 */ -- cgit v1.3