From patchwork Thu Jun 12 22:01:00 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 1483 Received: (qmail 30585 invoked by alias); 12 Jun 2014 22:01:04 -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 30573 invoked by uid 89); 12 Jun 2014 22:01:03 -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-s390] S390: Move NPTL public headers to sysdeps/s390/nptl/. Message-Id: <20140612220100.B711B2C39BF@topped-with-meat.com> Date: Thu, 12 Jun 2014 15:01:00 -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=9WDQW5aaAnsA:10 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=_oSQD0c-lNpTW1zJ0u4A:9 a=CjuIK1q_8ugA:10 Should not change anything. * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ... * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here. * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ... * sysdeps/s390/nptl/bits/semaphore.h: ... here. diff --git a/nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h b/sysdeps/s390/nptl/bits/pthreadtypes.h similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h rename to sysdeps/s390/nptl/bits/pthreadtypes.h diff --git a/nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h b/sysdeps/s390/nptl/bits/semaphore.h similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h rename to sysdeps/s390/nptl/bits/semaphore.h