From 68e6b6b1bfa53f884b4184ffef95c6c87e284e68 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 6 Jun 2014 15:09:56 -0700 Subject: [PATCH] Move NPTL public ABI headers for SH to sysdeps/sh/nptl/. --- ChangeLog | 7 +++++++ .../sysv/linux/sh => sysdeps/sh/nptl}/bits/pthreadtypes.h | 0 .../sysv/linux/sh => sysdeps/sh/nptl}/bits/semaphore.h | 0 3 files changed, 7 insertions(+) rename {nptl/sysdeps/unix/sysv/linux/sh => sysdeps/sh/nptl}/bits/pthreadtypes.h (100%) rename {nptl/sysdeps/unix/sysv/linux/sh => sysdeps/sh/nptl}/bits/semaphore.h (100%) diff --git a/ChangeLog b/ChangeLog index 38210961a2..79c68fc4bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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. + 2014-06-06 Chris Metcalf * crypt/crypt-private.h [DOS]: Add some includes taken from the 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