From 52c1047709bbc61fa793bcc6a28daabea88d2a20 Mon Sep 17 00:00:00 2001 From: rpj Date: Wed, 11 Dec 2002 00:40:17 +0000 Subject: 2002-12-11 Thomas Pfaff * pthread_mutex_trylock.c: Should return EBUSY rather than EDEADLK. * pthread_mutex_destroy.c: Remove redundant ownership test (the trylock call does this for us); do not destroy a recursively locked mutex. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 15aa349..4f1fa49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-12-11 Thomas Pfaff + + * pthread_mutex_trylock.c: Should return EBUSY rather than EDEADLK. + * pthread_mutex_destroy.c: Remove redundant ownership test (the + trylock call does this for us); do not destroy a recursively locked + mutex. + 2002-09-20 Michael Johnson * pthread_cond_destroy.c (pthread_cond_destroy): -- cgit v1.2.3