about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-05-14 09:44:39 -0700
committerRoland McGrath <roland@hack.frob.com>2014-05-14 09:44:39 -0700
commite27871374eda477318f5a694d26cc02fd1cf019e (patch)
tree9f3a2a0d27cc8700a4ee0d92940ab572ed3f39ef /ChangeLog
parent5675da1e845e4b651eb649639137310fd9b6b380 (diff)
downloadglibc-e27871374eda477318f5a694d26cc02fd1cf019e.tar.gz
glibc-e27871374eda477318f5a694d26cc02fd1cf019e.tar.xz
glibc-e27871374eda477318f5a694d26cc02fd1cf019e.zip
x86: Consolidate NPTL/non versions of vfork
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 877e619b04..4314106406 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
 2014-05-14  Roland McGrath  <roland@hack.frob.com>
 
+	* 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.
+	* nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
+	* nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
+
+	* sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
+	(__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
+	(__libc_vfork): New strong alias.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
+	* nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
+
 	* sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
 	(__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
 	(__libc_vfork): New strong alias.