diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2011-09-08 23:53:04 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-08 23:53:04 -0400 |
commit | 1e4bd093e664f2889c48e63714583ef06b90d5b9 (patch) | |
tree | 8c31932b8311eb78f75c3a8688706984478f16bf /nptl/ChangeLog | |
parent | f99247809108c563f31005f8eb0bcb527e6cd0fe (diff) | |
download | glibc-1e4bd093e664f2889c48e63714583ef06b90d5b9.tar.gz glibc-1e4bd093e664f2889c48e63714583ef06b90d5b9.tar.xz glibc-1e4bd093e664f2889c48e63714583ef06b90d5b9.zip |
Fix macro used in test
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 1f4cfd0bb5..04c2baab9b 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,10 @@ +2011-09-08 Ulrich Drepper <drepper@gmail.com> + + [BZ #12403] + * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S + (pthread_rwlock_timedwrlock): Use correct macro in test. + Patch by H.J. Lu <hongjiu.lu@intel.com>. + 2011-09-06 Ulrich Drepper <drepper@gmail.com> * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S (sem_timedwait): Don't |