summaryrefslogtreecommitdiff
path: root/lib/libc/include/__thread.h
diff options
context:
space:
mode:
authorKacper <kacper@mail.openlinux.dev>2025-12-16 17:02:05 +0100
committerKacper <kacper@mail.openlinux.dev>2025-12-16 17:02:05 +0100
commit90dad97fc07f049383903a166631e2c257f9b8c1 (patch)
tree096cd247ecfda9e46598215a4f32aecedeedda90 /lib/libc/include/__thread.h
parent0e832a9329cc4d4647e1ce529846073f21e66991 (diff)
Add support for TLS in the libc
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 f978d018..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 terrno;
-};
-
-#endif