1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 18:05:07 +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

@ -20,7 +20,7 @@
#include "KSyms.h"
#include <Kernel/Socket.h>
#include "MasterPTY.h"
#include "elf.h"
#include <Kernel/exec_elf.h>
#include <AK/StringBuilder.h>
//#define DEBUG_IO