diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-06-19 10:37:44 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-06-19 10:38:04 +0200 |
| commit | 720e24cea004356da037648b92fd7eb02f3c74a8 (patch) | |
| tree | 462800937d7563b8bea12a0716f4ad007982e881 /Kernel/NewKit | |
| parent | b820eb6a5a7948597d81998137b05ddc0eb0dbad (diff) | |
kernel: add newstd.hxx and new syscalls.
includes:
- Exit program with code.
- Last exit code.
acpi: fix invalid C cast.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/NewKit')
| -rw-r--r-- | Kernel/NewKit/Defines.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/NewKit/Defines.hpp b/Kernel/NewKit/Defines.hpp index 3210f1ef..00fb5df9 100644 --- a/Kernel/NewKit/Defines.hpp +++ b/Kernel/NewKit/Defines.hpp @@ -17,7 +17,7 @@ #ifdef __has_feature #if !__has_feature(cxx_nullptr) #if !__has_nullptr -#error You must at least have nullptr featured on your C++ compiler. +#error !!! You must at least have nullptr featured on your C++ compiler. !!! #endif #endif #endif |
