aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-24 07:43:31 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-24 07:43:31 +0000
commit5122880a26a0c71e64ab45839d5f37d7fa8f42fc (patch)
tree0eb8e6794b43e8ea89e2d306c24011f3d7fe26da /linuxthreads/ChangeLog
parent7603ea28d333d47f8e45e33515362ec55d381877 (diff)
downloadglibc-5122880a26a0c71e64ab45839d5f37d7fa8f42fc.tar
glibc-5122880a26a0c71e64ab45839d5f37d7fa8f42fc.tar.gz
glibc-5122880a26a0c71e64ab45839d5f37d7fa8f42fc.tar.bz2
glibc-5122880a26a0c71e64ab45839d5f37d7fa8f42fc.zip
Update.
2000-07-24 Ulrich Drepper <drepper@redhat.com> * condvar.c: Handle spurious wakeups. [PR libc/1749]. * spinlock.h: If IMPLEMENT_TAS_WITH_CAS is defined use
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index a151848cbf..c4247b290c 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,6 +1,10 @@
+2000-07-24 Ulrich Drepper <drepper@redhat.com>
+
+ * condvar.c: Handle spurious wakeups. [PR libc/1749].
+
2000-07-21 Ulrich Drepper <drepper@redhat.com>
- * linuxthreads/spinlock.h: If IMPLEMENT_TAS_WITH_CAS is defined use
+ * spinlock.h: If IMPLEMENT_TAS_WITH_CAS is defined use
__compare_and_swap to define testandset.
* linuxthreads/sysdeps/powerpc/pt-machine.h: Add volatile to asms.
Define IMPLEMENT_TAS_WITH_CAS.