aboutsummaryrefslogtreecommitdiff
path: root/libs/kstd/include
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-10-28 18:31:39 +0100
committerFelix Morgner <felix.morgner@ost.ch>2025-10-28 18:31:39 +0100
commit12dedc7e2e51390fdf2caec3700e75db19be1cd4 (patch)
tree3dffc472cdc680417adf400026d626407d05dd04 /libs/kstd/include
parent9535226376ea812007fbe8a2aaf6cf3ccb77c263 (diff)
downloadteachos-12dedc7e2e51390fdf2caec3700e75db19be1cd4.tar.xz
teachos-12dedc7e2e51390fdf2caec3700e75db19be1cd4.zip
kstd: don't rely on newlib
Diffstat (limited to 'libs/kstd/include')
-rw-r--r--libs/kstd/include/kstd/bits/os.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/kstd/include/kstd/bits/os.hpp b/libs/kstd/include/kstd/bits/os.hpp
index 0425b88..7f5fcc8 100644
--- a/libs/kstd/include/kstd/bits/os.hpp
+++ b/libs/kstd/include/kstd/bits/os.hpp
@@ -6,6 +6,8 @@
namespace kstd::os
{
+ auto abort() -> bool;
+
[[noreturn]]
auto panic(std::string_view message, std::source_location = std::source_location::current()) -> void;
}