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:
authorCorinna Vinschen <corinna@vinschen.de>2012-07-31 23:56:32 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-07-31 23:56:32 +0400
commitbc025aada5956d6a1bd3e12526b24c80ceb6e7d9 (patch)
tree1d42e5d5c5340486b34ec46639bd029140cfafc2 /winsup/cygwin/ChangeLog
parent68e41cfcf4212e856ed3e75303ee11c7077d5759 (diff)
* path.cc (etc::dir_changed): Revert muto changes since function is
called under lock condition anyway.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index bf2f3365d..08d9d741c 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2012-07-31 Corinna Vinschen <corinna@vinschen.de>
+ * path.cc (etc::dir_changed): Revert muto changes since function is
+ called under lock condition anyway.
+
+2012-07-31 Corinna Vinschen <corinna@vinschen.de>
+
* path.cc (etc::dir_changed): Change `io' to a static NO_COPY
variable. Explain why. Add a muto to guard overwriting the changed_h
handle by multiple concurrent threads.