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:
parent
401d3662c6
commit
d11b5407a3
4 changed files with 785 additions and 2640 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue