mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 19:27:36 +00:00
DynamicLoader+LibELF: Move self-relocation code into a separate file
This commit is contained in:
parent
3c616ae00f
commit
daeb371180
4 changed files with 85 additions and 45 deletions
|
@ -33,6 +33,7 @@
|
|||
#pragma once
|
||||
|
||||
#ifndef KERNEL
|
||||
# include <stdint.h>
|
||||
# include <sys/types.h>
|
||||
#else
|
||||
# include <AK/Types.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue