summaryrefslogtreecommitdiff
path: root/Toolchain
diff options
context:
space:
mode:
authorSeekingBlues <seekingblues@gmail.com>2022-05-29 22:51:34 -0500
committerAndreas Kling <kling@serenityos.org>2022-05-30 21:39:41 +0200
commitdf8df947f64bc3e240c47d81b19476d40b0e2b18 (patch)
tree7260b2ae07908143f82497da24fe61e4735b6679 /Toolchain
parentd03467503262aaad5ae466391f449bd0ad091837 (diff)
downloadserenity-df8df947f64bc3e240c47d81b19476d40b0e2b18.zip
Kernel: Do not include AK/Platform.h in mcontext headers
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).
Diffstat (limited to 'Toolchain')
0 files changed, 0 insertions, 0 deletions