From 10a66a8e421b09682b774c795ef1da402235dddc Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 16 May 2025 19:53:09 +0200 Subject: Remove MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use __thread variables directly instead. The macros do not save any typing. It seems unlikely that a future port will lack __thread variable support. Some of the __libc_tsd_* variables are referenced from assembler files, so keep their names. Previously, included , which in turn included , so a few direct includes of are now required. Reviewed-by: Frédéric Bérat --- sunrpc/rpc_thread.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sunrpc') diff --git a/sunrpc/rpc_thread.c b/sunrpc/rpc_thread.c index a04b7ec47f..e20f0a6230 100644 --- a/sunrpc/rpc_thread.c +++ b/sunrpc/rpc_thread.c @@ -3,7 +3,6 @@ #include #include -#include #include #include -- cgit v1.2.3