aboutsummaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-14 23:56:44 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-14 23:56:44 +0000
commit9b89567d852543f4610fcc31c6aacecb9c658b42 (patch)
tree19c54548297bccaad267d213ca496f123be7ad48 /nptl
parent8b4a0b2f78c393b1e6c4c5ff2f369481afc1e5e4 (diff)
downloadglibc-9b89567d852543f4610fcc31c6aacecb9c658b42.tar
glibc-9b89567d852543f4610fcc31c6aacecb9c658b42.tar.gz
glibc-9b89567d852543f4610fcc31c6aacecb9c658b42.tar.bz2
glibc-9b89567d852543f4610fcc31c6aacecb9c658b42.zip
Update.
* sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Use correct amount of stack correction.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 7d15732f28..9a132757ca 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,8 @@
2003-03-14 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Use correct
+ amount of stack correction.
+
* tst-fork4.c: Use test-skeleton.c.
2003-03-14 Roland McGrath <roland@redhat.com>