about summary refs log tree commit diff
path: root/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 /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 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1dedf1e147..e05931f3ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2004-03-08  Ulrich Drepper  <drepper@redhat.com>
 
+
+	* 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.
+
 	* sysdeps/posix/gai_strerror.c: Add error string for EAI_IDN_ENCODE.
 
 	* Makerules: Use extra-modules.mk if modules-names is defined.