mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-19 01:22:54 +00:00
Including signal.h would cause several ports to fail on build, because it would end up including AK/Platform.h through these mcontext headers. This is problematic because AK/Platform.h defines several macros with very common names, such as `NAKED` (breaks radare2), and `NO_SANITIZE_ADDRESS` and `ALWAYS_INLINE` (breaks ruby). |
||
---|---|---|
.. | ||
aarch64 | ||
x86 | ||
CPU.h | ||
DeferredCallEntry.h | ||
mcontext.h | ||
PageDirectory.h | ||
PageFault.h | ||
Processor.h | ||
ProcessorSpecificDataID.h | ||
RegisterState.h | ||
SafeMem.h | ||
ScopedCritical.h | ||
SmapDisabler.h | ||
Spinlock.h |