diff options
-rw-r--r-- | Kernel/API/prctl_numbers.h (renamed from Userland/Libraries/LibC/sys/prctl_numbers.h) | 0 | ||||
-rw-r--r-- | Kernel/Syscalls/prctl.cpp | 2 | ||||
-rw-r--r-- | Userland/Libraries/LibC/sys/prctl.h | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/Userland/Libraries/LibC/sys/prctl_numbers.h b/Kernel/API/prctl_numbers.h index 9f627a527c..9f627a527c 100644 --- a/Userland/Libraries/LibC/sys/prctl_numbers.h +++ b/Kernel/API/prctl_numbers.h diff --git a/Kernel/Syscalls/prctl.cpp b/Kernel/Syscalls/prctl.cpp index c9a5cab73a..f7f26c8de5 100644 --- a/Kernel/Syscalls/prctl.cpp +++ b/Kernel/Syscalls/prctl.cpp @@ -4,8 +4,8 @@ * SPDX-License-Identifier: BSD-2-Clause */ +#include <Kernel/API/prctl_numbers.h> #include <Kernel/Process.h> -#include <LibC/sys/prctl_numbers.h> namespace Kernel { diff --git a/Userland/Libraries/LibC/sys/prctl.h b/Userland/Libraries/LibC/sys/prctl.h index 238affad82..d06b4f9351 100644 --- a/Userland/Libraries/LibC/sys/prctl.h +++ b/Userland/Libraries/LibC/sys/prctl.h @@ -6,8 +6,8 @@ #pragma once +#include <Kernel/API/prctl_numbers.h> #include <sys/cdefs.h> -#include <sys/prctl_numbers.h> #include <sys/types.h> __BEGIN_DECLS |