diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-06 08:41:35 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-06 08:41:35 +0200 |
| commit | bd7fc18c41bbf57bc846294672542b3a14dd14a3 (patch) | |
| tree | c497da26e387e4d3d415261e1ddc9828d805326a | |
| parent | e723038ba97bb84726f16ce5a6258d78262d90d7 (diff) | |
MHR-23: Fixes and improvements.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
| -rw-r--r-- | Private/CRT/__mpcc_exception.hxx | 6 | ||||
| -rw-r--r-- | Private/CRT/__mpcc_malloc.hxx | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/Private/CRT/__mpcc_exception.hxx b/Private/CRT/__mpcc_exception.hxx index a41d1731..669ef8d5 100644 --- a/Private/CRT/__mpcc_exception.hxx +++ b/Private/CRT/__mpcc_exception.hxx @@ -38,9 +38,3 @@ namespace std CANT_REACH(); // prevent from continuing. } } - -EXTERN_C void abort(void) -{ - std::__throw_general(); - CANT_REACH(); -} diff --git a/Private/CRT/__mpcc_malloc.hxx b/Private/CRT/__mpcc_malloc.hxx index 35b0ffbc..a990d61e 100644 --- a/Private/CRT/__mpcc_malloc.hxx +++ b/Private/CRT/__mpcc_malloc.hxx @@ -6,7 +6,7 @@ #pragma once -#include <KernelKit/KernelHeap.hpp> +#include <NewKit/Defines.hpp> namespace stdx { |
