summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/release/1.7.26
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/release/1.7.26')
-rw-r--r--winsup/cygwin/release/1.7.264
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.26 b/winsup/cygwin/release/1.7.26
index 12935d38c..ef838126c 100644
--- a/winsup/cygwin/release/1.7.26
+++ b/winsup/cygwin/release/1.7.26
@@ -65,3 +65,7 @@ Bug fixes:
- dup2() could crash in some cases for a destination >= 256
Fixes: http://cygwin.com/ml/cygwin/2013-09/msg00397.html
+
+- Try to workaround the following problem: unlink(2) could fail, if the
+ file was opened casesensitive and has to be moved to the recycler due
+ to a sharing violation.