summaryrefslogtreecommitdiffhomepage
path: root/Kernel/KernelKit/HError.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/KernelKit/HError.hpp')
-rw-r--r--Kernel/KernelKit/HError.hpp1
1 files changed, 1 insertions, 0 deletions
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;