mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 04:39:10 +00:00
Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/API
And don't include <sys/auxv.h> from LibELF/AuxiliaryVector.h, to reduce the number of Kernel files that include LibC headers.
This commit is contained in:
parent
7ab37ee22c
commit
ad30b8c447
Notes:
sideshowbarker
2024-07-17 06:38:11 +09:00
Author: https://github.com/ADKaster
Commit: ad30b8c447
Pull-request: https://github.com/SerenityOS/serenity/pull/16896
5 changed files with 47 additions and 40 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <AK/StringView.h>
|
||||
#include <AK/Types.h>
|
||||
#include <sys/auxv.h>
|
||||
#include <Kernel/API/POSIX/sys/auxv.h>
|
||||
|
||||
static_assert(sizeof(auxv_t) % sizeof(FlatPtr) == 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue