Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-07-03 08:05:00 +0400
committerChristopher Faylor <me@cgf.cx>2005-07-03 08:05:00 +0400
commitaaa4ee1b899bc3252c12f2689c81a1360de4ca06 (patch)
tree0280f6a80773235a62991749b5c8962815ab0377
parent9d2a12f47ae0af8dae129069a356333d1aa14d86 (diff)
* thread.cc (pthread_mutex::init): Remove unneeded efault/mutex check.
-rw-r--r--winsup/cygwin/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 6bacbb020..0ae725d93 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-03 Christopher Faylor <cgf@timesys.com>
+
+ * thread.cc (pthread_mutex::init): Remove unneeded efault/mutex check.
+
2005-07-02 Christopher Faylor <cgf@timesys.com>
* thread.h (verifyable_object_state verifyable_object_isvalid): Delete