summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2001-12-20 15:23:01 +0000
committerrpj <rpj>2001-12-20 15:23:01 +0000
commit6f68e7b50e0bb837d02dc2cb8a7bc5887534d7b8 (patch)
tree04da814e68189b6479baa59f34500f6df63e6242 /ChangeLog
parentc144e755b6008df26733c28905311a68b6b5afe5 (diff)
* mutex.c (pthread_mutex_lock): Decrementing lock_idx was
not thread-safe. (pthread_mutex_trylock): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e27f6a..2f71846 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-12-21 Ross Johnson <rpj@special.ise.canberra.edu.au>
+
+ Contributed by - Alexander Terekhov <TEREKHOV@de.ibm.com>
+
+ * mutex.c (pthread_mutex_lock): Decrementing lock_idx was
+ not thread-safe.
+ (pthread_mutex_trylock): Likewise.
+
2001-10-26 Ross Johnson <rpj@special.ise.canberra.edu.au>
Reported by - prionx@juno.com