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/__select.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 lib/libc/include/__select.h (limited to 'lib/libc/include/__select.h') diff --git a/lib/libc/include/__select.h b/lib/libc/include/__select.h deleted file mode 100644 index a38bbdce..00000000 --- a/lib/libc/include/__select.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef __LIBC_SELECT_H -#define __LIBC_SELECT_H - -struct __fd_set { - unsigned long fds_bits[16]; -}; - -#endif -- cgit v1.2.3