From patchwork Fri Jun 6 22:13:03 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 357029 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 4710814008F for ; Sat, 7 Jun 2014 08:13:13 +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=UUN/mCv2NvREipqILmQVT8QDhygMzYQ0KP5VmebBnMq+66 LlhjgnExXsAObOB9HXYcMlZKv7r/ZGC4VQoZDhaeFX2CUdfwcqIhaUm3Fin2Uu45 G40wTFwa3WvAPMvMZhqB2reOPaJFQvit39AlvtH3rDphTmWM2pCaiIXy46YPg= 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=yEJLe+PemjrsOmEgUPfEduhppOU=; b=jX94+4MGTZWEt/1LezBH l4ANoNJXnVTB0LFgOKS21sjCct9OAh9Kr2FHC7J1ngvzHJaKG8Bk3xH03IrmVZ0V z3FGQ19AuC0BhKqVnesH2OkDpsLF+nTA8OwKgchUB60QvhyrMX/+tKvHAli5EBRm 4hrGpQVmMNL2ss9A8vSt87o= Received: (qmail 5780 invoked by alias); 6 Jun 2014 22:13:06 -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 5764 invoked by uid 89); 6 Jun 2014 22:13:05 -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: [PATCH roland/nptl-sh] Move NPTL public ABI headers for SH to sysdeps/sh/nptl/. Message-Id: <20140606221303.1A9402C3988@topped-with-meat.com> Date: Fri, 6 Jun 2014 15:13:03 -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=cHtti9GZ1SoA:10 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=k5NuzYQkLR2i8_KizdwA:9 a=CjuIK1q_8ugA:10 Not tested at all, but this should not change anything. OK? Thanks, Roland 2014-06-06 Roland McGrath * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ... * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here. * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ... * sysdeps/sh/nptl/bits/semaphore.h: ... here. diff --git a/nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h b/sysdeps/sh/nptl/bits/pthreadtypes.h similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h rename to sysdeps/sh/nptl/bits/pthreadtypes.h diff --git a/nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h b/sysdeps/sh/nptl/bits/semaphore.h similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h rename to sysdeps/sh/nptl/bits/semaphore.h