From 8ee087a640c2ecf592555457f38ff152bd2f2d2e Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Sun, 30 Jun 2024 10:26:41 +0200 Subject: LPC: Add signature error. SCI: New API: NApplication, NUser has been deprecated. Signed-off-by: Amlal EL Mahrouss --- Kernel/KernelKit/HError.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Kernel/KernelKit/HError.hpp') diff --git a/Kernel/KernelKit/HError.hpp b/Kernel/KernelKit/HError.hpp index 528c3542..e893f938 100644 --- a/Kernel/KernelKit/HError.hpp +++ b/Kernel/KernelKit/HError.hpp @@ -47,6 +47,7 @@ namespace NewOS inline constexpr HError kErrorAsync = 57; inline constexpr HError kErrorNonBlocking = 58; inline constexpr HError kErrorIPC = 59; + inline constexpr HError kErrorSign = 60; inline constexpr HError kErrorUnimplemented = 0; Void err_bug_check_raise(void) noexcept; -- cgit v1.2.3