From 5122880a26a0c71e64ab45839d5f37d7fa8f42fc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 24 Jul 2000 07:43:31 +0000 Subject: Update. 2000-07-24 Ulrich Drepper * condvar.c: Handle spurious wakeups. [PR libc/1749]. * spinlock.h: If IMPLEMENT_TAS_WITH_CAS is defined use --- linuxthreads/ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'linuxthreads/ChangeLog') 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 + + * condvar.c: Handle spurious wakeups. [PR libc/1749]. + 2000-07-21 Ulrich Drepper - * 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. -- cgit v1.2.3