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: 1235974 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-109398-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha1 header.s=default header.b=F52luwaY; dkim=pass (2048-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.a=rsa-sha256 header.s=google header.b=ZpV9YZvB; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48GbQv4yDyz9sPJ for ; Tue, 11 Feb 2020 06:23:03 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:in-reply-to :references; q=dns; s=default; b=hovcHYDH5Izw/OhIklfNEkg357dcsa3 EXNXbsiHSbAAPgM7xGn6/AfMG9X16AeXZTu0emW2HjReJpSmt2SZzxXK8qzB8yFz PIiE34oMknRLU/F024qupy1eVnaC3gxKtCidIK2lpBsiDIYZCDoqly+hIU8s8lFc 48BuzwoU9b7Y= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:in-reply-to :references; s=default; bh=NSvW51DC8ontEAyyIcgC2pbYBYU=; b=F52lu waYSCMuU7ZI3ezZHs7FwVK84VO/7UKT4sFwl3qZqItVp9sbstdxax11KTiQhNXQ6 5i8sT1a2yI81EYSme37bXo6RlfABf3yY9G0rzGETmgIjiPSaaYTV7NlzsLH6K7WI AmwYOb3J4tVMs/2bv0YW9PX4Im+YVRF8deCE0E= 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== 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