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 insertions(+) create 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 new file mode 100644 index 00000000..662f1dc1 --- /dev/null +++ b/lib/libc/include/__thread.h @@ -0,0 +1,9 @@ +#ifndef __LIBC_THREAD_H +#define __LIBC_THREAD_H + +struct __thread_self { + int tid; + int _errno; +}; + +#endif -- cgit v1.2.3