From: Roland McGrath Date: Wed, 14 May 2014 16:44:56 +0000 (-0700) Subject: Move NPTL public ABI headers for x86 to sysdeps/x86/nptl/. X-Git-Tag: upstream/2.30~7508 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b731c35e6ed316076d9a61d3e8d683cb9255523;p=external%2Fglibc.git Move NPTL public ABI headers for x86 to sysdeps/x86/nptl/. --- 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