From patchwork Mon Feb 10 19:20:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adhemerval Zanella Netto X-Patchwork-Id: 37880 Received: (qmail 101462 invoked by alias); 10 Feb 2020 19:21:05 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 101114 invoked by uid 89); 10 Feb 2020 19:21:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-22.1 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mail-qk1-f178.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references; bh=ra4ePMBgN/iPhOeQ7eRhFx9ThQwcKZOU8wHhXC3tle0=; b=ZpV9YZvBZ7jqklPJBSiZv2H7VdDx+Sxm7v35tg4xOJ6u52zaqOI6xMoxIVssv52sPd 8LrOCDSTbSESI47csiI93n3w90y0CLDUF29o1Ig0lDrw1fp+57eN6tTJIa5u6fRMQmSZ uWNMKTFPN7Y/MeL0a2/3oHPp/EBdKtovBloDg9OUe7Ts6mmY1oyMSXFdAR79UnkK+rVC MirVXbp3Hufj6RfrjA7mNwTRj2bi81sPT4ncnfJxz4UJ6qlpC15zFZuQ7vgJHKq8YVeO 2EPwf3m1IJPXQjxKDpIwm+3OKsZDwfB3ztCVP2wHceq3cWoQ6efMpRp63eoRtOatYcAG C5Cg== Return-Path: From: Adhemerval Zanella To: libc-alpha@sourceware.org Subject: [PATCH 14/15] nptl: Remove ununsed pthread-errnos.h rule Date: Mon, 10 Feb 2020 16:20:37 -0300 Message-Id: <20200210192038.23588-14-adhemerval.zanella@linaro.org> In-Reply-To: <20200210192038.23588-1-adhemerval.zanella@linaro.org> References: <20200210192038.23588-1-adhemerval.zanella@linaro.org> --- nptl/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nptl/Makefile b/nptl/Makefile index 6f210d60e3..fcdc72adfe 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -327,8 +327,7 @@ test-xfail-tst-once5 = yes # Files which must not be linked with libpthread. tests-nolibpthread = tst-unload -gen-as-const-headers = pthread-errnos.sym \ - unwindbuf.sym \ +gen-as-const-headers = unwindbuf.sym \ pthread-pi-defines.sym gen-py-const-headers := nptl_lock_constants.pysym