From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1792) id B0BE43858409; Mon, 10 Apr 2023 21:26:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B0BE43858409 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1681162006; bh=JARvkyVjOi47qHYAkRhsR6X5Hdcs9ueFQT7p68ELb1M=; h=From:To:Subject:Date:From; b=wLeMctDvlxAbmf0ff0eoSEHYcNdHA08wIhzr8AzeAEGhI4vxAIVVQaUu7niIHpKKa 2WXLo6XIEq57oGO+E9J8bXgZbWKrhdvcny25K7HwwuW2Hj22qmGaBQgoUYMxdRBDz5 ONe270/NYA1GXBtjaHbUIv03tTLrZQY8LSaQVpps= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Samuel Thibault To: glibc-cvs@sourceware.org Subject: [glibc] elf: Stop including tls.h in ldsodefs.h X-Act-Checkin: glibc X-Git-Author: Sergey Bugaev X-Git-Refname: refs/heads/master X-Git-Oldrev: 60f9bf974694d50daf58d46347b06a5975ac5ddd X-Git-Newrev: 4644fb9c4c10287c875dc60c345a3eb6f4c8e87b Message-Id: <20230410212646.B0BE43858409@sourceware.org> Date: Mon, 10 Apr 2023 21:26:46 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4644fb9c4c10287c875dc60c345a3eb6f4c8e87b commit 4644fb9c4c10287c875dc60c345a3eb6f4c8e87b Author: Sergey Bugaev Date: Sun Mar 19 18:10:06 2023 +0300 elf: Stop including tls.h in ldsodefs.h Nothing in there needs tls.h Signed-off-by: Sergey Bugaev Message-Id: <20230319151017.531737-24-bugaevc@gmail.com> Diff: --- sysdeps/generic/ldsodefs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sysdeps/generic/ldsodefs.h b/sysdeps/generic/ldsodefs.h index e1ab272a79..ba53176296 100644 --- a/sysdeps/generic/ldsodefs.h +++ b/sysdeps/generic/ldsodefs.h @@ -38,7 +38,6 @@ #include #include #include -#include #include __BEGIN_DECLS