diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-05-30 04:08:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-05-30 04:08:13 +0000 |
commit | 0154658d3db3ac2880c44bcc85c6fe47f4bdbb7c (patch) | |
tree | f975159df12f61c47931c808adb95af33cd8aace /nptl/ChangeLog | |
parent | * crypt/md5-crypt.c: Fix comment. (diff) | |
download | glibc-0154658d3db3ac2880c44bcc85c6fe47f4bdbb7c.tar.gz glibc-0154658d3db3ac2880c44bcc85c6fe47f4bdbb7c.tar.bz2 glibc-0154658d3db3ac2880c44bcc85c6fe47f4bdbb7c.zip |
* sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Checking
whether there are more than one thread makes no sense here since
we only call the slow path if the locks are taken.
* sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 9d71dccd1b..b757f48df5 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,10 @@ 2007-05-29 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Checking + whether there are more than one thread makes no sense here since + we only call the slow path if the locks are taken. + * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Likewise. + * sysdeps/unix/sysv/linux/internaltypes.h: Introduce COND_NWAITERS_SHIFT. * pthread_cond_destroy.c: Use COND_NWAITERS_SHIFT instead of |