diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-14 23:56:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-14 23:56:44 +0000 |
commit | 9b89567d852543f4610fcc31c6aacecb9c658b42 (patch) | |
tree | 19c54548297bccaad267d213ca496f123be7ad48 | |
parent | 8b4a0b2f78c393b1e6c4c5ff2f369481afc1e5e4 (diff) | |
download | glibc-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.
-rw-r--r-- | nptl/ChangeLog | 3 |
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> |