diff options
author | rpj <rpj> | 2004-10-23 09:15:53 +0000 |
---|---|---|
committer | rpj <rpj> | 2004-10-23 09:15:53 +0000 |
commit | cccaf0c2c82e78a72d69a4a50c872f308bed2f65 (patch) | |
tree | c5f646409ac5694c6176bf8ef72d507dd4f78089 /ChangeLog | |
parent | 045278e11b53fc1ad59945427feab1cd9275988f (diff) |
Mutex and Semaphore changes - considered alpha for now
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-10-23 Ross Johnson <ross@localhost.localdomain> + + * sem_timedwait.c (ptw32_sem_timedwait_cleanup): Release + Win32 semaphore. + sem_wait.c (ptw32_sem_wait_cleanup): Likewise. + 2004-10-22 Ross Johnson <rpj at callisto.canberra.edu.au>
* sem_init.c (sem_init): Introduce a 'lock' element in order to |