aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-17 08:02:17 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-17 08:02:17 +0000
commit6c052003bda07641309dcd4fe4a5158d24f5d607 (patch)
tree3a4869ea7ff0fefdbd6a7cfde71e8bdc35e57f2a /ChangeLog
parent92ce46766b7d3f6d65fd345ab612fc04e55b89cc (diff)
downloadglibc-6c052003bda07641309dcd4fe4a5158d24f5d607.tar
glibc-6c052003bda07641309dcd4fe4a5158d24f5d607.tar.gz
glibc-6c052003bda07641309dcd4fe4a5158d24f5d607.tar.bz2
glibc-6c052003bda07641309dcd4fe4a5158d24f5d607.zip
Update.
2003-09-17 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/clone.S: Make sure child gets a stack which is aligned (mod 16).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 728fe1da8b..cda4f87fea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-09-17 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/unix/sysv/linux/i386/clone.S: Make sure child gets a
+ stack which is aligned (mod 16).
+
2003-09-17 Uwe Reimann <Uwe_Reimann@gmx.net>
Hans-Peter Nilsson <hp@axis.com>