From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) by sourceware.org (Postfix) with ESMTPS id 16865384A01C for ; Sat, 13 Mar 2021 19:25:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 16865384A01C Received: by mail-wm1-x330.google.com with SMTP id d191so5724064wmd.2 for ; Sat, 13 Mar 2021 11:25:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=/AFw5wHq+GfKWHh1wvl2IlsPE6dyDM4uX+z9mQpJ5/M=; b=P1aHqVJGZpXxvQdZ3S8/1wWDI4SwilcQ9W74ULchfo7CNFxcOsFJiH65JR8zebotob GokLWuat1RX0cXG6lFDO2YXOj8hAGs+71OKMxDfv7n0kAKWT0byqY+/kwNhHDyAQmiBS cdajlL6WXnndKcZ/mmH8vT15r1aUiIYOpj7iC0VhB4Jc0XNQ/cWrcfvNumtCN33v0GC/ lh9rHIt67cWH1ofYGbYaI5SD3zWEOkL5DVRcXoxzW+iWogEFosZa6Wje3eDplXcPPwWC K5JMj2lLoWQ7WrxPNvyXmlG1s15gy+pyeqgevRsTNZHeqUjPg4+oIcgiAfimKWD8cY75 QV3A== X-Gm-Message-State: AOAM532XUEvl0Dy/elEHbIgiEvSHghHABlhcpKrSVroGY2cLCD4krBXZ kHYBPAvXo+eC0BlvNdK3nO04DRMI96gR8A== X-Google-Smtp-Source: ABdhPJwFJC4ND+OAQfr098dvmKqEpBmwO0pYfnx/Kpx8bTckbjgEpUfEnjj9RCx4VboksKP+tiKkkw== X-Received: by 2002:a05:600c:4112:: with SMTP id j18mr18959294wmi.143.1615663552222; Sat, 13 Mar 2021 11:25:52 -0800 (PST) Received: from localhost.localdomain ([170.253.51.130]) by smtp.googlemail.com with ESMTPSA id j136sm7670964wmj.35.2021.03.13.11.25.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 13 Mar 2021 11:25:51 -0800 (PST) From: Alejandro Colomar To: mtk.manpages@gmail.com Cc: Alejandro Colomar , linux-man@vger.kernel.org, libc-alpha@sourceware.org, linux-kernel@vger.kernel.org, Florian Weimer Subject: [RFC v3 04/17] arch_prctl.2: SYNOPSIS: Remove unused includes Date: Sat, 13 Mar 2021 20:25:14 +0100 Message-Id: <20210313192526.350200-5-alx.manpages@gmail.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210214133907.157320-1-alx.manpages@gmail.com> References: <20210214133907.157320-1-alx.manpages@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-12.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2021 19:25:54 -0000 AFAICS, there's no reason to include that. All of the macros that this function uses are already defined in the other headers. Cc: glibc Signed-off-by: Alejandro Colomar --- man2/arch_prctl.2 | 1 - 1 file changed, 1 deletion(-) diff --git a/man2/arch_prctl.2 b/man2/arch_prctl.2 index 8706cd1ec..d1b9e16f9 100644 --- a/man2/arch_prctl.2 +++ b/man2/arch_prctl.2 @@ -28,7 +28,6 @@ arch_prctl \- set architecture-specific thread state .SH SYNOPSIS .nf .BR "#include " " /* Definition of " ARCH_* " constants */" -.B #include .BR "#include " " /* Definition of " SYS_* " constants */" .B #include .PP -- 2.30.2