diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-02-17 08:07:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-02-17 08:07:21 +0000 |
commit | 49bfc1fe3d7a2d4ad5ef670590441f202bf4f51c (patch) | |
tree | f55426445cf8010688e2b79e2864559416d54570 /nptl/ChangeLog | |
parent | 56e987ac483651060f64cef5186cad8d808b614c (diff) | |
download | glibc-49bfc1fe3d7a2d4ad5ef670590441f202bf4f51c.tar.gz glibc-49bfc1fe3d7a2d4ad5ef670590441f202bf4f51c.tar.xz glibc-49bfc1fe3d7a2d4ad5ef670590441f202bf4f51c.zip |
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
(lll_robust_mutex_unlock): Avoid unnecessary wakeups. * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_robust_mutex_unlock): Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 9fcab186c4..f2ca4307f1 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,10 @@ +2006-02-17 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h + (lll_robust_mutex_unlock): Avoid unnecessary wakeups. + * sysdeps/unix/sysv/linux/i386/lowlevellock.h + (lll_robust_mutex_unlock): Likewise. + 2006-02-13 Jakub Jelinek <jakub@redhat.com> * descr.h [!__PTHREAD_MUTEX_HAVE_PREV] (DEQUEUE_MUTEX): |