From 6f68e7b50e0bb837d02dc2cb8a7bc5887534d7b8 Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 20 Dec 2001 15:23:01 +0000 Subject: * mutex.c (pthread_mutex_lock): Decrementing lock_idx was not thread-safe. (pthread_mutex_trylock): Likewise. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2e27f6a..2f71846 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-12-21 Ross Johnson + + Contributed by - Alexander Terekhov + + * mutex.c (pthread_mutex_lock): Decrementing lock_idx was + not thread-safe. + (pthread_mutex_trylock): Likewise. + 2001-10-26 Ross Johnson Reported by - prionx@juno.com -- cgit v1.2.3