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/include/thread.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 lib/libc/include/thread.h (limited to 'lib/libc/include/thread.h') diff --git a/lib/libc/include/thread.h b/lib/libc/include/thread.h deleted file mode 100644 index 662f1dc1..00000000 --- a/lib/libc/include/thread.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef __LIBC_THREAD_H -#define __LIBC_THREAD_H - -struct __thread_self { - int tid; - int _errno; -}; - -#endif -- cgit v1.2.3