From 720e24cea004356da037648b92fd7eb02f3c74a8 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Wed, 19 Jun 2024 10:37:44 +0200 Subject: 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 --- Kernel/NewKit/Defines.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Kernel/NewKit') 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 -- cgit v1.2.3