From patchwork Sat Jun 21 02:22:49 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 362402 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 8085C140084 for ; Sat, 21 Jun 2014 12:23:03 +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=LYFLXTXYZMPHPXmq3dzrXjevNCdc/YfWGL5CEPTWuxNk9q dzGMz/BxCElqAl+HyQMe76FGVpMhhv6CaLurX7JGNuLy0Hjma6uHc58R9huUTD5S 44NG+SlZLGs+in4BJYAfba/CM5+iW026d804Jy02G5ilGAYqatiO/nc2jAmyY= 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=sD9D8TeUVzXjhI5nDCmxm75s8kA=; b=I0cTztrdrznYd/R5c9+F pknnl0LsASOJgTLfYgBW5RMUAPm+rMuhYLE2zTQL2t+a1L9DJDZgoqTesuP+zY/i ZHj9/qu3hClD2bFxJRxJz/u6Y8o97FputOB+iV4nY1IbHXvBhyRu2PseKlTcRquV +aYq2MFfkivmX0DtVRBFeVw= Received: (qmail 1528 invoked by alias); 21 Jun 2014 02:22: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 1492 invoked by uid 89); 21 Jun 2014 02:22:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 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: [PATCH roland/nptl-mips] MIPS: Move NPTL public headers to sysdeps/mips/nptl/. Message-Id: <20140621022249.EA4DE2C39AB@topped-with-meat.com> Date: Fri, 20 Jun 2014 19:22:49 -0700 (PDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=SvUDtp+0 c=1 sm=1 tr=0 a=WkljmVdYkabdwxfqvArNOQ==:117 a=14OXPxybAAAA:8 a=h667bYW2BX0A:10 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=mQQQ0MIV_IQ8RQn6YhkA:9 a=CjuIK1q_8ugA:10 This should not change anything, but I haven't tested it. OK? Thanks, Roland * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ... * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here. * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ... * sysdeps/mips/nptl/bits/semaphore.h: ... here. * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ... * sysdeps/unix/sysv/linux/mips/nptl/local_lim.h: ... here. diff --git a/sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h b/sysdeps/mips/nptl/bits/pthreadtypes.h similarity index 100% rename from sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h rename to sysdeps/mips/nptl/bits/pthreadtypes.h diff --git a/sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h b/sysdeps/mips/nptl/bits/semaphore.h similarity index 100% rename from sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h rename to sysdeps/mips/nptl/bits/semaphore.h diff --git a/sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h b/sysdeps/unix/sysv/linux/mips/nptl/local_lim.h similarity index 100% rename from sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h rename to sysdeps/unix/sysv/linux/mips/nptl/local_lim.h