summaryrefslogtreecommitdiff
path: root/src/user/lib/elfload.h
diff options
context:
space:
mode:
authordzwdz2022-07-23 18:20:06 +0200
committerdzwdz2022-07-23 18:20:06 +0200
commit3badc5ac30fcc0836a2604146788158b16b64f2d (patch)
treea05a6c7501119b779191414a2a6265382574732d /src/user/lib/elfload.h
parentcd12cbc75564fafd9c2519cdf1085e651c9d7cfd (diff)
init: compile as an elf
Diffstat (limited to 'src/user/lib/elfload.h')
-rw-r--r--src/user/lib/elfload.h2
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