From 1b731c35e6ed316076d9a61d3e8d683cb9255523 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 14 May 2014 09:44:56 -0700 Subject: [PATCH] Move NPTL public ABI headers for x86 to sysdeps/x86/nptl/. --- ChangeLog | 7 +++++++ sysdeps/i386/nptl/Implies | 1 + .../unix/sysv/linux/x86 => sysdeps/x86/nptl}/bits/pthreadtypes.h | 0 .../unix/sysv/linux/x86 => sysdeps/x86/nptl}/bits/semaphore.h | 0 sysdeps/x86_64/nptl/Implies | 1 + 5 files changed, 9 insertions(+) create mode 100644 sysdeps/i386/nptl/Implies rename {nptl/sysdeps/unix/sysv/linux/x86 => sysdeps/x86/nptl}/bits/pthreadtypes.h (100%) rename {nptl/sysdeps/unix/sysv/linux/x86 => sysdeps/x86/nptl}/bits/semaphore.h (100%) create mode 100644 sysdeps/x86_64/nptl/Implies diff --git a/ChangeLog b/ChangeLog index 4314106..9e8de5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2014-05-14 Roland McGrath + * sysdeps/i386/nptl/Implies: New file. + * sysdeps/x86_64/nptl/Implies: New file. + * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ... + * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here. + * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ... + * sysdeps/x86/nptl/bits/semaphore.h: ... here. + * sysdeps/unix/sysv/linux/i386/vfork.S: Include . (__vfork): Incorporate save/restore of PID from nptl/vfork.S here. (__libc_vfork): New strong alias. diff --git a/sysdeps/i386/nptl/Implies b/sysdeps/i386/nptl/Implies new file mode 100644 index 0000000..e454b28 --- /dev/null +++ b/sysdeps/i386/nptl/Implies @@ -0,0 +1 @@ +x86/nptl diff --git a/nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h b/sysdeps/x86/nptl/bits/pthreadtypes.h similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h rename to sysdeps/x86/nptl/bits/pthreadtypes.h diff --git a/nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h b/sysdeps/x86/nptl/bits/semaphore.h similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h rename to sysdeps/x86/nptl/bits/semaphore.h diff --git a/sysdeps/x86_64/nptl/Implies b/sysdeps/x86_64/nptl/Implies new file mode 100644 index 0000000..e454b28 --- /dev/null +++ b/sysdeps/x86_64/nptl/Implies @@ -0,0 +1 @@ +x86/nptl -- 2.7.4