From 9a25fd1ed387137d8804034e95e9dee4cc1340a7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 13 Jun 2014 16:27:11 -0700 Subject: [PATCH] S390: Move NPTL public headers to sysdeps/s390/nptl/. --- ChangeLog | 5 +++++ .../unix/sysv/linux/s390 => sysdeps/s390/nptl}/bits/pthreadtypes.h | 0 .../unix/sysv/linux/s390 => sysdeps/s390/nptl}/bits/semaphore.h | 0 3 files changed, 5 insertions(+) rename {nptl/sysdeps/unix/sysv/linux/s390 => sysdeps/s390/nptl}/bits/pthreadtypes.h (100%) rename {nptl/sysdeps/unix/sysv/linux/s390 => sysdeps/s390/nptl}/bits/semaphore.h (100%) diff --git a/ChangeLog b/ChangeLog index 1f4094ee74..9be82b4c30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2014-06-13 Roland McGrath + * 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. + * nptl/sysdeps/s390/Makefile: Moved ... * sysdeps/s390/nptl/Makefile: ... here. * nptl/sysdeps/s390/pthread_spin_init.c: Moved ... 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 -- 2.11.4.GIT