diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-19 00:55:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-19 00:55:28 +0000 |
commit | dc39124662b25ce2db28454f1749d67550e4de31 (patch) | |
tree | 299ee292b80429f09d31b07fa7c9b8dba2ef45ff /nptl/ChangeLog | |
parent | 4a08113c4ee0ec9f83ef2ae8a4c5893e80d451f7 (diff) | |
download | glibc-dc39124662b25ce2db28454f1749d67550e4de31.tar glibc-dc39124662b25ce2db28454f1749d67550e4de31.tar.gz glibc-dc39124662b25ce2db28454f1749d67550e4de31.tar.bz2 glibc-dc39124662b25ce2db28454f1749d67550e4de31.zip |
Update.
2004-02-18 Carlos O'Donell <carlos@baldric.uwo.ca>
* test-skeleton.c (main): If set, use environment variable
TIMEOUTFACTOR to scale test TIMEOUT.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index ad2073d224..35f37cba88 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,15 @@ +2004-02-18 Ulrich Drepper <drepper@redhat.com> + + + * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S + (__pthread_cond_timedwait): Perform timeout test while holding + internal lock to prevent wakeup race. + Patch by Dinakar Guniguntala <dgunigun@in.ibm.com>. + * sysdeps/pthread/pthread_cond_timedwait.c + (__pthread_cond_timedwait): Likewise. + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S + (__pthread_cond_timedwait): Likewise. + 2004-02-18 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S |