diff options
author | dzwdz | 2022-07-23 18:20:06 +0200 |
---|---|---|
committer | dzwdz | 2022-07-23 18:20:06 +0200 |
commit | 3badc5ac30fcc0836a2604146788158b16b64f2d (patch) | |
tree | a05a6c7501119b779191414a2a6265382574732d /src/user/lib/elfload.h | |
parent | cd12cbc75564fafd9c2519cdf1085e651c9d7cfd (diff) |
init: compile as an elf
Diffstat (limited to 'src/user/lib/elfload.h')
-rw-r--r-- | src/user/lib/elfload.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/user/lib/elfload.h b/src/user/lib/elfload.h index c6afbdd..f79be6e 100644 --- a/src/user/lib/elfload.h +++ b/src/user/lib/elfload.h @@ -3,3 +3,5 @@ void elf_execf(libc_file *f); void elf_exec(void *elf); + +void elf_selfreloc(void); // elfreloc.c |