summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2001-10-15 08:47:10 +0000
committerrpj <rpj>2001-10-15 08:47:10 +0000
commitd0abe46d41d3c8db1772337e4160ca200b9dbcff (patch)
tree03bdc6e8c816a999ef66d6a05a52166dba7f7cb8 /ChangeLog
parent50d2dd36c9a30460b32a4c9a3b4b2c456a255467 (diff)
* spin.c (pthread_spin_lock): PTHREAD_SPINLOCK_INITIALIZER
was causing a program fault. (pthread_spin_init): Could have alloced memory without freeing under some error conditions. * mutex.c (pthread_mutex_init): Move memory allocation of mutex struct after checking for PROCESS_SHARED.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c5ee62..f9762d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2001-10-15 Ross Johnson <rpj@setup1.ise.canberra.edu.au>
+
+ * spin.c (pthread_spin_lock): PTHREAD_SPINLOCK_INITIALIZER
+ was causing a program fault.
+ (pthread_spin_init): Could have alloced memory
+ without freeing under some error conditions.
+
+ * mutex.c (pthread_mutex_init): Move memory
+ allocation of mutex struct after checking for
+ PROCESS_SHARED.
+
2001-10-12 Ross Johnson <rpj@setup1.ise.canberra.edu.au>
* spin.c (pthread_spin_unlock): Was not returning