From 2f59893abc1ef66e851c4bba56c4b421710d4183 Mon Sep 17 00:00:00 2001 From: rpj Date: Fri, 19 Feb 1999 03:15:05 +0000 Subject: Fri Feb 19 16:2s1703:30 1999 Ross Johnson * sync.c (pthread_join): Fix pthread_equal() test. * mutex.c (pthread_mutex_trylock): Check mutex != NULL before using it. --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4871eea..ca8a885 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ -Sat Feb 18 16:2s1703:30 1999 Ross Johnson +Fri Feb 19 16:2s1703: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 * misc.c (pthread_equal): Fix inverted result. -- cgit v1.2.3