mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibC+LibELF: Move ELF definitions from LibC to LibELF
This is needed to avoid including LibC headers in Lagom builds. Unfortunately, we cannot rely on the build machine to provide a fully POSIX-compatible ELF header for Lagom builds, so we have to use our own.
This commit is contained in:
parent
7d19abda7a
commit
79adeb626b
Notes:
sideshowbarker
2024-07-16 20:05:14 +09:00
Author: https://github.com/implicitfield
Commit: 79adeb626b
Pull-request: https://github.com/SerenityOS/serenity/pull/18522
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/alimpfard
16 changed files with 850 additions and 836 deletions
|
@ -36,7 +36,7 @@
|
|||
#include <Kernel/Tasks/ProcessGroup.h>
|
||||
#include <Kernel/Tasks/Thread.h>
|
||||
#include <Kernel/UnixTypes.h>
|
||||
#include <LibC/elf.h>
|
||||
#include <LibELF/ELFABI.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue