From 4a30695c72d49a8d4a7c9dd7892456170eaa39d6 Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 20 Feb 1999 02:56:35 +0000 Subject: Sat Feb 20 16:03:30 1999 Ross Johnson * dll.c (DLLMain): Expand TryEnterCriticalSection support test. * mutex.c (pthread_mutex_trylock): The check for _pthread_try_enter_critical_section == NULL should have been removed long ago. --- ChangeLog | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ca8a885..1d340f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,19 @@ -Fri Feb 19 16:2s1703:30 1999 Ross Johnson +Sat Feb 20 16:03:30 1999 Ross Johnson + + * dll.c (DLLMain): Expand TryEnterCriticalSection support test. + + * mutex.c (pthread_mutex_trylock): The check for + _pthread_try_enter_critical_section == NULL should have been + removed long ago. + +Fri Feb 19 16:03:30 1999 Ross Johnson * sync.c (pthread_join): Fix pthread_equal() test. * mutex.c (pthread_mutex_trylock): Check mutex != NULL before using it. -Thu Feb 18 16:2s1703:30 1999 Ross Johnson +Thu Feb 18 16:17:30 1999 Ross Johnson * misc.c (pthread_equal): Fix inverted result. -- cgit v1.2.3