diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-06-30 10:26:41 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-06-30 10:26:41 +0200 |
| commit | 8ee087a640c2ecf592555457f38ff152bd2f2d2e (patch) | |
| tree | 57471fc4fcfc95d15317f3d2717c455ad7f6904e /Kernel/KernelKit | |
| parent | ffa1c9bd15768cbc5f176935e0e6d72e97c3e0ba (diff) | |
LPC: Add signature error.
SCI: New API: NApplication, NUser has been deprecated.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/KernelKit')
| -rw-r--r-- | Kernel/KernelKit/DebugOutput.hpp | 4 | ||||
| -rw-r--r-- | Kernel/KernelKit/HError.hpp | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/Kernel/KernelKit/DebugOutput.hpp b/Kernel/KernelKit/DebugOutput.hpp index 05865661..a3c01341 100644 --- a/Kernel/KernelKit/DebugOutput.hpp +++ b/Kernel/KernelKit/DebugOutput.hpp @@ -42,9 +42,7 @@ namespace NewOS { } - virtual ~TerminalDevice() - { - } + virtual ~TerminalDevice() = default; TerminalDevice& Number(const Long Data) noexcept { 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; |
