diff options
author | bje <bje> | 1998-10-06 01:25:34 +0000 |
---|---|---|
committer | bje <bje> | 1998-10-06 01:25:34 +0000 |
commit | 192816ba99360385792625b8baff5f9597724b5a (patch) | |
tree | a0892729af5690e65a601d184c9ba22c77cb5877 /ChangeLog | |
parent | 498a7979aa94b4cf8c93c5e0634a527a234a2839 (diff) |
1998-10-06 Ben Elliston <bje@cygnus.com>
* condvar.c (cond_wait): Use POSIX, not Win32 mutex calls.
(pthread_cond_broadcast): Likewise.
(pthread_cond_signal): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +1998-10-06 Ben Elliston <bje@cygnus.com> + + * condvar.c (cond_wait): Use POSIX, not Win32 mutex calls. + (pthread_cond_broadcast): Likewise. + (pthread_cond_signal): Likewise. + 1998-10-05 Ben Elliston <bje@cygnus.com> * pthread.def: Update. Some functions aren't available yet, others |