summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorbje <bje>1998-07-17 12:47:32 +0000
committerbje <bje>1998-07-17 12:47:32 +0000
commit270256a021c517590f5869a6f8a3f7e73d1fe63e (patch)
treebc54ef1f3318c57639b02b780ead37cc9d4895de /ChangeLog
parentd6e51bbaac36e2f670bba351a4cd74e1c0d308ad (diff)
1998-07-17 Ben Elliston <bje@cygnus.com>
* mutex.c (pthread_mutex_init): Use InitializeCritcalSection(). (pthread_mutex_destroy): Use DeleteCriticalSection(). (pthread_mutex_lock): Use EnterCriticalSection(). (pthread_mutex_trylock): Use TryEnterCriticalSection(). This is not supported by Windows 9x, but trylock is a hack anyway, IMHO. (pthread_mutex_unlock): Use LeaveCriticalSection().
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions