diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-03-02 00:28:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-03-02 00:28:24 +0000 |
commit | 672ec465f2f3a2807a189daf03ffe011c14a466d (patch) | |
tree | a0279dbd781f5d9afc5310f642cda87b1db9c1d7 /nptl/ChangeLog | |
parent | 42b6ddfca528a12ff7b4065e8ca8c2631d754260 (diff) | |
download | glibc-672ec465f2f3a2807a189daf03ffe011c14a466d.tar glibc-672ec465f2f3a2807a189daf03ffe011c14a466d.tar.gz glibc-672ec465f2f3a2807a189daf03ffe011c14a466d.tar.bz2 glibc-672ec465f2f3a2807a189daf03ffe011c14a466d.zip |
* sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S
(__lll_robust_lock_wait): Also set FUTEX_WAITERS bit if we got the
mutex.
(__lll_robust_timedlock_wait): Likewise.
* sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S
(__lll_robust_lock_wait): Likewise.
(__lll_robust_timedlock_wait): Likewise.
* sysdeps/unix/sysv/linux/lowlevelrobustlock.c
(__lll_robust_lock_wait): Likewise.
(__lll_robust_timedlock_wait): Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 84d9b71a7c..f5c5299c81 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,16 @@ +2006-03-01 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S + (__lll_robust_lock_wait): Also set FUTEX_WAITERS bit if we got the + mutex. + (__lll_robust_timedlock_wait): Likewise. + * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S + (__lll_robust_lock_wait): Likewise. + (__lll_robust_timedlock_wait): Likewise. + * sysdeps/unix/sysv/linux/lowlevelrobustlock.c + (__lll_robust_lock_wait): Likewise. + (__lll_robust_timedlock_wait): Likewise. + 2006-03-01 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (lll_robust_mutex_dead, |