diff options
Diffstat (limited to 'libs/kstd/src/bits')
| -rw-r--r-- | libs/kstd/src/bits/os.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libs/kstd/src/bits/os.cpp b/libs/kstd/src/bits/os.cpp new file mode 100644 index 0000000..fb64202 --- /dev/null +++ b/libs/kstd/src/bits/os.cpp @@ -0,0 +1,10 @@ +#include "kstd/bits/os.hpp" + +namespace kstd::os +{ + [[gnu::weak]] + auto abort() -> bool + { + return false; + } +} // namespace kstd::os
\ No newline at end of file |
