summaryrefslogtreecommitdiff
path: root/lib/libc/include/thread.h
diff options
context:
space:
mode:
authorKacper <kacper@mail.openlinux.dev>2025-12-09 23:14:53 +0100
committerKacper <kacper@mail.openlinux.dev>2025-12-09 23:14:53 +0100
commit169daa11155988a210fac949297381743f3cb400 (patch)
tree602ef5df5ae9ea075ab3d5dac3c8ad60da1ea2cc /lib/libc/include/thread.h
parent4e2112e165fdd94dee58378e3ea32892f3710cd7 (diff)
feat: clang-tidy fixes
Diffstat (limited to 'lib/libc/include/thread.h')
-rw-r--r--lib/libc/include/thread.h9
1 files changed, 0 insertions, 9 deletions
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