aboutsummaryrefslogtreecommitdiff
path: root/libk/stdlib.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-02-07 11:36:04 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-02-07 11:36:04 +0200
commit21e7874d9a9729b3ac7520a0a7ef8f7f5bc7601b (patch)
tree40df2b6564739d7ec1e67468fd3b8e628eb83bc7 /libk/stdlib.h
parentlibk: add some tests (diff)
downloadkernel.cpp-21e7874d9a9729b3ac7520a0a7ef8f7f5bc7601b.tar.xz
Rewrite makefile
Diffstat (limited to 'libk/stdlib.h')
-rw-r--r--libk/stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libk/stdlib.h b/libk/stdlib.h
index e1d3dd2..1b76b67 100644
--- a/libk/stdlib.h
+++ b/libk/stdlib.h
@@ -35,4 +35,4 @@ void printk(const T& a, const Args&... x) {
printk(x...);
}
-__attribute__((__noreturn__)) void abort();
+extern "C" __attribute__((__noreturn__)) void abort();