1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:37:37 +00:00

Kernel: Get rid of the GPL elf.h and import exec_elf.h from OpenBSD.

This commit is contained in:
Andreas Kling 2019-04-03 11:30:56 +02:00
parent 401d3662c6
commit d11b5407a3
4 changed files with 785 additions and 2640 deletions

View file

@ -3,8 +3,8 @@
#include <AK/OwnPtr.h>
#include <AK/HashMap.h>
#include <AK/AKString.h>
#include "elf.h"
#include "types.h"
#include <Kernel/exec_elf.h>
#include <Kernel/types.h>
class ELFImage {
public: