From 872cf03f26c2801ae6c3008ce5fa0d7856f5f85d Mon Sep 17 00:00:00 2001 From: Kacper Date: Sun, 14 Dec 2025 18:10:13 +0100 Subject: libc: implement err/warn functions --- lib/libc/stdlib/abort.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc/stdlib/abort.c') diff --git a/lib/libc/stdlib/abort.c b/lib/libc/stdlib/abort.c index 99001570..466329d1 100644 --- a/lib/libc/stdlib/abort.c +++ b/lib/libc/stdlib/abort.c @@ -1,6 +1,7 @@ + #include <__thread.h> // for __thread_self #include // for LIBC_LOCK -#include // for (anonymous struct)::(anonymous), (anonymous) +#include // for libc, libc::(anonymous) #include // for SIGABRT, sigaction, SIGKILL, SIG_DFL #include // for abort #include // for __syscall, __syscall_2, __syscall_4 -- cgit v1.2.3