aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-05-14 09:44:56 -0700
committerRoland McGrath <roland@hack.frob.com>2014-05-14 09:44:56 -0700
commit1b731c35e6ed316076d9a61d3e8d683cb9255523 (patch)
tree677812751348ee8d282a83a07daebcd7e8a9fd7f
parente27871374eda477318f5a694d26cc02fd1cf019e (diff)
downloadglibc-1b731c35e6ed316076d9a61d3e8d683cb9255523.tar
glibc-1b731c35e6ed316076d9a61d3e8d683cb9255523.tar.gz
glibc-1b731c35e6ed316076d9a61d3e8d683cb9255523.tar.bz2
glibc-1b731c35e6ed316076d9a61d3e8d683cb9255523.zip
Move NPTL public ABI headers for x86 to sysdeps/x86/nptl/.
-rw-r--r--ChangeLog7
-rw-r--r--sysdeps/i386/nptl/Implies1
-rw-r--r--sysdeps/x86/nptl/bits/pthreadtypes.h (renamed from nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h)0
-rw-r--r--sysdeps/x86/nptl/bits/semaphore.h (renamed from nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h)0
-rw-r--r--sysdeps/x86_64/nptl/Implies1
5 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4314106406..9e8de5ca63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2014-05-14 Roland McGrath <roland@hack.frob.com>
+ * 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 <tcb-offsets.h>.
(__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 0000000000..e454b288aa
--- /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
index b4329f652b..b4329f652b 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
+++ b/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
index 741a9e03fb..741a9e03fb 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h
+++ b/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 0000000000..e454b288aa
--- /dev/null
+++ b/sysdeps/x86_64/nptl/Implies
@@ -0,0 +1 @@
+x86/nptl