diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-10-01 10:33:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-10-01 10:33:03 +0000 |
commit | c1b48791e0240ff83a72e54eaeccc04d1077ecaf (patch) | |
tree | fa2f287092136563ad39e658463da8ee5b37ce9c /nptl/ChangeLog | |
parent | 0da4ee554369b536c554cbc2d50f1abf5e42bdf5 (diff) | |
download | glibc-c1b48791e0240ff83a72e54eaeccc04d1077ecaf.zip glibc-c1b48791e0240ff83a72e54eaeccc04d1077ecaf.tar.gz glibc-c1b48791e0240ff83a72e54eaeccc04d1077ecaf.tar.bz2 |
Update.
2004-10-01 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
(__lll_mutex_timedlock_wait): I woken but cannot get the lock,
make sure 2 is stored in the futex and we looked at the old value.
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
(__lll_mutex_timedlock_wait): Likewise. Fix a few other problems
which might very well made the code not working at all before.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 2c45269..6a6af8d 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,12 @@ +2004-10-01 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S + (__lll_mutex_timedlock_wait): I woken but cannot get the lock, + make sure 2 is stored in the futex and we looked at the old value. + * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S + (__lll_mutex_timedlock_wait): Likewise. Fix a few other problems + which might very well made the code not working at all before. + 2004-09-28 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Don't |