diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-11-24 01:16:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-11-24 01:16:53 +0000 |
commit | c012be6f99bd335830c9b620f184749f9f72fea5 (patch) | |
tree | 2b21ded2cc4e8aa30ebcac43ba798322b214819b /nptl/ChangeLog | |
parent | 37143323d822ef3fb2711a7b4b4ad2475110af64 (diff) | |
download | glibc-c012be6f99bd335830c9b620f184749f9f72fea5.tar glibc-c012be6f99bd335830c9b620f184749f9f72fea5.tar.gz glibc-c012be6f99bd335830c9b620f184749f9f72fea5.tar.bz2 glibc-c012be6f99bd335830c9b620f184749f9f72fea5.zip |
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S (__lll_timedlock_wait):
Store 2 before returning ETIMEDOUT.
* sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise
* sysdeps/unix/sysv/linux/lowlevellock.c: Likewise.
(__lll_lock_wait_private): Optimize.
(__lll_lock_wait): Likewise.
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 c147c180df..ddecc8bef5 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,12 @@ +2007-11-23 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S (__lll_timedlock_wait): + Store 2 before returning ETIMEDOUT. + * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise + * sysdeps/unix/sysv/linux/lowlevellock.c: Likewise. + (__lll_lock_wait_private): Optimize. + (__lll_lock_wait): Likewise. + 2007-11-20 Jakub Jelinek <jakub@redhat.com> * sysdeps/pthread/pthread.h (pthread_cleanup_push, |