about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-09 06:32:58 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-09 06:32:58 +0000
commit6fadea9f1d26e09e7da4c4c6ae2ba976fef73c25 (patch)
tree2be99959b9b5340df51d5c2f220fb436621e9f4d /nptl/ChangeLog
parentc072ef6d229b1c504e0cff58371df892ec289dec (diff)
downloadglibc-6fadea9f1d26e09e7da4c4c6ae2ba976fef73c25.tar.gz
glibc-6fadea9f1d26e09e7da4c4c6ae2ba976fef73c25.tar.xz
glibc-6fadea9f1d26e09e7da4c4c6ae2ba976fef73c25.zip
Update.
	* sysdeps/unix/sysv/linux/i386/vfork.S: If SAVE_PID and
	RESTORE_PID are defined, use it.
	* sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 4d44b67d0b..793349126e 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,7 +1,9 @@
 2004-03-08  Ulrich Drepper  <drepper@redhat.com>
 
 	* sysdeps/i386/tcb-offsets.sym: Add PID.
+	* sysdeps/x86_64/tcb-offsets.sym: Likewise.
 	* sysdeps/unix/sysv/linux/i386/vfork.S: New file.
+	* sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
 
 2004-03-08  Steven Munroe  <sjmunroe@us.ibm.com>