From patchwork Wed May 14 17:54:54 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 348899 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 DD6A4140087 for ; Thu, 15 May 2014 03:55:02 +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=nAfDQgKFIvhcoPI9vfmuT7XLyHnMDOv2u/22Mm19iQL+aB 9P0z0VwD7TSSEId5gPgkBey2t1t2alQnYaoFGKlbK8BH5JZLhffo42VxjC7joGyf czeWfhQ+fij/tQWhXaRojPwyC0uxAWocnWFl8pRcDLEY8ePRujUm1G+iaxXV0= 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=CTWycGh63eAuGokvfq0SbpWRpXM=; b=A4OSa7ldnV68KgySXvZu KVv5mqAqPUL0uDntlMLRxD1Bfy2LYtmKelvF/3wKY5EDaZ1VlaS/1WOXHy42O3UA uw+K8Ez510d69B034hbQrCcoBbIRsFz9BGKzikRjh8mx9cur44bzq06GhuNHmFPJ KrOamNvMaI75sQc2LrFJ/8k= Received: (qmail 32186 invoked by alias); 14 May 2014 17:54:57 -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 32177 invoked by uid 89); 14 May 2014 17:54:57 -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] x86_64: Remove useless pthread_spin_{init, unlock} wrapper files. Message-Id: <20140514175454.98CF22C3A4D@topped-with-meat.com> Date: Wed, 14 May 2014 10:54:54 -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=WcFOZdt-FA0A:10 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=VAIlyq8BPiF3cXuE5gMA:9 a=CjuIK1q_8ugA:10 These files served no purpose, as those were the next choices anyway. * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed. * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise. --- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c +++ /dev/null @@ -1 +0,0 @@ -#include --- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S +++ /dev/null @@ -1 +0,0 @@ -#include