summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2004-10-21 08:19:50 +0000
committerrpj <rpj>2004-10-21 08:19:50 +0000
commit5d4eb88954fa2402dcce06ccecde800da1c8703f (patch)
tree3362da76a993074e1876ed54f9745d8fbfe65992 /ChangeLog
parentda041b8ec0cfb1a70146e7f16459282f518bded6 (diff)
Mutex logic fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88756a2..ceec5f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-21 Ross Johnson <rpj at callisto.canberra.edu.au>
+
+ * 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 <rpj at callisto.canberra.edu.au>
* sem_init.c (sem_init): New semaphore model based on the same idea