From 90dad97fc07f049383903a166631e2c257f9b8c1 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 16 Dec 2025 17:02:05 +0100 Subject: Add support for TLS in the libc --- 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 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 -- cgit v1.2.3