From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 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 dcvr.yhbt.net (Postfix) with ESMTPS id 131231F45E for ; Mon, 10 Feb 2020 19:23:00 +0000 (UTC) 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=GdEPVzEgQMi6OzpcWc4feaHCD7oKO1u j6FymhBpHLXtYgAKt9mUcy0UbxgDGuRU2IAZUcmcUUJplcQpR3ffI6krNju/Kztv QAgHwZb75KI/k7CBHjcqHiiqB7HzBM7KKZ7TKO0HAaQtEqfjnt6XsrUit79bCQhS kFqTIohUxAzg= 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=d5myO 3vbb72EPxp6WWZfs6f7c0vSZhGnVvY3PeK8X36+UPYR7XaJMUPdeBAjMq10JzSbk VQVUutfUTJ2KcZqd/rt1nJmF+AOvkBMqvSovsUyuNMc5nSJUM/KF63GANISISzRM nZQnnjNVpAYIzYj+Ax6pwADuzMNm8kG1xeGj1E= 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 Received: (qmail 101114 invoked by uid 89); 10 Feb 2020 19:21:03 -0000 Authentication-Results: sourceware.org; auth=none 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 -- 2.17.1