1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 08:27:46 +00:00

DynamicLoader+LibELF: Move self-relocation code into a separate file

This commit is contained in:
Gunnar Beutner 2021-07-26 15:03:29 +02:00 committed by Andreas Kling
parent 3c616ae00f
commit daeb371180
4 changed files with 85 additions and 45 deletions

View file

@ -33,6 +33,7 @@
#pragma once
#ifndef KERNEL
# include <stdint.h>
# include <sys/types.h>
#else
# include <AK/Types.h>