From d2298ecbc9910e9186dad3eeb7fa8eed7bca9a80 Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 25 Jul 1998 15:46:04 +0000 Subject: Sun Jul 26 00:09:59 1998 Ross Johnson * sync.c: Rename all instances of _pthread_count_mutex to _pthread_table_mutex. * implement.h: Rename _pthread_count_mutex to _pthread_table_mutex. * global.c: Rename _pthread_count_mutex to _pthread_table_mutex. * create.c (pthread_create): Add critical sections. (_pthread_start_call): Rename _pthread_count_mutex to _pthread_table_mutex. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f351b15..ba1c3b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ Sun Jul 26 00:09:59 1998 Ross Johnson + * sync.c: Rename all instances of _pthread_count_mutex to + _pthread_table_mutex. + + * implement.h: Rename _pthread_count_mutex to + _pthread_table_mutex. + + * global.c: Rename _pthread_count_mutex to + _pthread_table_mutex. + + * create.c (pthread_create): Add critical sections. + (_pthread_start_call): Rename _pthread_count_mutex to + _pthread_table_mutex. + * cancel.c (pthread_setcancelstate): Fix indirection bug and rename "this" to "us". -- cgit v1.2.3