diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-06-07 17:58:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-06-07 17:58:44 +0000 |
commit | f7c81e1a12b431deb0fc80e1b53ca86888e9062a (patch) | |
tree | 498e7f34b0cce143c535290e55b40c7a4253c299 /nptl | |
parent | 34dd1fb34623213b65f36fd253736a0b8a754ed5 (diff) | |
download | glibc-f7c81e1a12b431deb0fc80e1b53ca86888e9062a.tar.gz glibc-f7c81e1a12b431deb0fc80e1b53ca86888e9062a.tar.xz glibc-f7c81e1a12b431deb0fc80e1b53ca86888e9062a.zip |
Update.
2004-06-07 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/unix/sysv/linux/s390/lowlevellock.h (lll_futex_requeue): Pass val argument as 6th system call argument in %r7.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 1ff058e21b..1f5c3f6f43 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2004-06-07 Martin Schwidefsky <schwidefsky@de.ibm.com> + + * sysdeps/unix/sysv/linux/s390/lowlevellock.h (lll_futex_requeue): + Pass val argument as 6th system call argument in %r7. + 2004-05-21 Jakub Jelinek <jakub@redhat.com> * Makefile (tests): Add tst-cond16. |