mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +00:00
Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIX
Make Userland and Tests users just include signal.h, and move Kernel users to the new API file.
This commit is contained in:
parent
d4ef2e226c
commit
046c23f567
Notes:
sideshowbarker
2024-07-17 04:34:25 +09:00
Author: https://github.com/ADKaster
Commit: 046c23f567
Pull-request: https://github.com/SerenityOS/serenity/pull/16896
11 changed files with 7 additions and 9 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <Kernel/API/POSIX/signal_numbers.h>
|
||||
#include <Kernel/API/POSIX/sys/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue