diff options
Diffstat (limited to 'libs/kstd/src/libc/stdlib.cpp')
| -rw-r--r-- | libs/kstd/src/libc/stdlib.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libs/kstd/src/libc/stdlib.cpp b/libs/kstd/src/libc/stdlib.cpp deleted file mode 100644 index 4a5c91f..0000000 --- a/libs/kstd/src/libc/stdlib.cpp +++ /dev/null @@ -1,19 +0,0 @@ -#include "kstd/os/error.hpp" - -namespace kstd::libc -{ - - extern "C" - { - [[noreturn]] auto abort() -> void - { - kstd::os::abort(); - } - - [[noreturn, gnu::weak]] auto free(void *) -> void - { - kstd::os::panic("Tried to call free."); - } - } - -} // namespace kstd::libc
\ No newline at end of file |
