From 5d4eb88954fa2402dcce06ccecde800da1c8703f Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 21 Oct 2004 08:19:50 +0000 Subject: Mutex logic fix --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 88756a2..ceec5f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-10-21 Ross Johnson + + * pthread_mutex_unlock.c (pthread_mutex_unlock): Must use PulseEvent() + rather than SetEvent() to reset the event if there are no waiters. + 2004-10-19 Ross Johnson * sem_init.c (sem_init): New semaphore model based on the same idea -- cgit v1.2.3