summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
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 <rpj@ixobrychus.canberra.edu.au>
+ * 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".