diff options
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/sys/loader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/sys/loader.h b/sys/include/sys/loader.h index 297c18d..9b38a55 100644 --- a/sys/include/sys/loader.h +++ b/sys/include/sys/loader.h @@ -62,6 +62,7 @@ struct auxval { #if defined(_KERNEL) +int loader_unload(struct vas vas, struct vm_range *exec_range); int loader_load(struct vas vas, const void *dataptr, struct auxval *auxv, size_t load_base, char **ld_path, struct vm_range *prog_range); |