git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ld-tool portability fix: MacOS build experience
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
exebi
/
elf32.h
diff --git
a/lunaix-os/includes/lunaix/exebi/elf32.h
b/lunaix-os/includes/lunaix/exebi/elf32.h
index 33da3a5769614c2a781b789cbbda603c7284757f..1cda2c73778f8cc8b6ea9ed6da65463efc6b72a7 100644
(file)
--- a/
lunaix-os/includes/lunaix/exebi/elf32.h
+++ b/
lunaix-os/includes/lunaix/exebi/elf32.h
@@
-88,7
+88,7
@@
int
elf32_open(struct elf32* elf, const char* path);
int
-elf32_openat(struct elf32* elf,
const
void* elf_vfile);
+elf32_openat(struct elf32* elf, void* elf_vfile);
int
elf32_static_linked(const struct elf32* elf);