summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2003-06-21 15:48:30 +0000
committerrpj <rpj>2003-06-21 15:48:30 +0000
commit4ab4cad3a48f0aa8a3abb2b23985f542f8d9e264 (patch)
tree158623ca5dc0cd5bcc3a6efb4ad71469bff95b93 /ChangeLog
parent4b79461c03e0dd4656c1ad4fdca4344fb2cd1b19 (diff)
pthread_mutex_destroy.c (pthread_mutex_destroy): When called
with a recursive mutex that was locked by the current thread, the function was failing with a success return code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95702a0..75dbf93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-06-22 Nicolas Barry <boozai@yahoo.com>
+
+ * pthread_mutex_destroy.c (pthread_mutex_destroy): When called
+ with a recursive mutex that was locked by the current thread, the
+ function was failing with a success return code.
+
2003-05-15 Steven Reddie <Steven.Reddie@ca.com>
* pthread_win32_attach_detach_np.c (pthread_win32_process_detach_np):