From 169daa11155988a210fac949297381743f3cb400 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 23:14:53 +0100 Subject: feat: clang-tidy fixes --- lib/libc/signal/pthread_kill.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libc/signal/pthread_kill.c') diff --git a/lib/libc/signal/pthread_kill.c b/lib/libc/signal/pthread_kill.c index d6855c0c..2c0bb40b 100644 --- a/lib/libc/signal/pthread_kill.c +++ b/lib/libc/signal/pthread_kill.c @@ -1,9 +1,8 @@ -#include "asm/unistd_64.h" // for __NR_tkill #include "errno.h" // for EINVAL +#include <__thread.h> // for __thread_self #include // for _NSIG #include // for __syscall_2, syscall -#include // for __thread_self typedef struct __thread_self *pthread_t; -- cgit v1.2.3