From patchwork Wed May 14 19:58:34 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 348961 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 0A9A1140079 for ; Thu, 15 May 2014 05:58:45 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:content-type :content-transfer-encoding:from:to:subject:message-id:date; q= dns; s=default; b=CFbGt6LdAgTUJb6fLEDAVSGC3QjFqVMdMl0L9quwGDHhlU IAQtjHKx/t5pHVrwA9ShgPcQR3N6uTCLXULIBijYcJa/T09+UNo/ex3iT7se6AnR iZFeHE0O8CR5TXgvDRTDqUcfxtd4WqdLtDCq+lRvHrxB7fzdl7Kh0ZPeKdwQY= 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:mime-version:content-type :content-transfer-encoding:from:to:subject:message-id:date; s= default; bh=1etpPoSPCW0CchQJc/i+1c7IoCQ=; b=TGYcgYrUrn4fltT6vzJI ONNZYZhiUD8rlERVArUO2sHxhrLDAWSJ7huLdhqsG2SVokoJv0e/iACjoCtGbDEC N80s3vcHVNu+kye6/KDj1LIfN1q+jGfAOetxV6/i3W1GqkdC0Q63HyEUg2olmaqu eezZUHcpYOPtsErMOU1guOk= Received: (qmail 22111 invoked by alias); 14 May 2014 19:58:40 -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 22100 invoked by uid 89); 14 May 2014 19:58:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL, BAYES_00 autolearn=ham version=3.3.2 X-HELO: topped-with-meat.com MIME-Version: 1.0 From: Roland McGrath To: "GNU C. Library" Subject: [COMMITTED PATCH] i386: Remove useless pthread_spin_{init,unlock} wrapper files. Message-Id: <20140514195834.770A32C3A4F@topped-with-meat.com> Date: Wed, 14 May 2014 12:58:34 -0700 (PDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=HrjlRSjS c=1 sm=1 tr=0 a=WkljmVdYkabdwxfqvArNOQ==:117 a=14OXPxybAAAA:8 a=TM7JlIfQoRAA:10 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=SYY3sntiFgs-JGNNyScA:9 a=CjuIK1q_8ugA:10 These files served no purpose, as those were the next choices anyway. * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed. * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed. --- a/nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c +++ /dev/null @@ -1 +0,0 @@ -#include --- a/nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S +++ /dev/null @@ -1 +0,0 @@ -#include