From patchwork Sat Jun 21 02:25:36 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 362403 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 B0E9B140084 for ; Sat, 21 Jun 2014 12:25:47 +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=WATz0ISw4paNsZlOCeP7Jmcohz1G514sUN1pVXRvfEzv/Z pFABMUXfJ5TMIqS8TkJmlMqDfRbLheE0ToPkrzHlpbDsjhvx6BcXd4MIOx1drpZV ohK4J5gYzqFqhHpjgNlLqy1xAKp3oEy8OdymNgReUJsZyExBWnOCsTrfjIa50= 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=4vBDhBpT1JNNol0ZhtEL0fnPwHU=; b=JBkHfeMx6A7mk3q1sT9W ZKajubE+YaOKxqR6pBYy/hSUOV+oUDOlbLpF9KEZ4On1WEFYj5pjIvqUZXXWf6gQ e2R8wXktmkssU+EQQFQklPZQQWnnIsDn1ZPulxsjvNEXZ0dg1kYIBRk0545fBvr7 m1oN7fyd2sTFrJFtgH+wmcQ= Received: (qmail 3792 invoked by alias); 21 Jun 2014 02:25:41 -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 3761 invoked by uid 89); 21 Jun 2014 02:25:38 -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-hppa] HPPA: Move NPTL public headers to sysdeps/hppa/nptl/. Message-Id: <20140621022536.AC3932C39AB@topped-with-meat.com> Date: Fri, 20 Jun 2014 19:25:36 -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=vxNqnv7LYKoA:10 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=l_VSzkZJndak6tsJzE8A:9 a=CjuIK1q_8ugA:10 This should not change anything, but I haven't tested it. OK? Thanks, Roland 2014-06-20 Roland McGrath * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ... * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here. * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ... * sysdeps/hppa/nptl/bits/semaphore.h: ... here. diff --git a/sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h b/sysdeps/hppa/nptl/bits/pthreadtypes.h similarity index 100% rename from sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h rename to sysdeps/hppa/nptl/bits/pthreadtypes.h diff --git a/sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h b/sysdeps/hppa/nptl/bits/semaphore.h similarity index 100% rename from sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h rename to sysdeps/hppa/nptl/bits/semaphore.h