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>2013-01-18 04:28:21 +0400
committerChristopher Faylor <me@cgf.cx>2013-01-18 04:28:21 +0400
commitc5eb7a4971c9f6d93cf9d03c7cbaf1d9144afdf0 (patch)
treee71a2a6a3d41483fb6accbfe93ee2b72310f59e8 /winsup/cygwin/ChangeLog
parent5988aa6e3ff8c53ec7c83cecf47c5438216b74f4 (diff)
* mmap.cc (handler_disk_file::msync): Retry up to 99 times if FlushViewOFile
fails with ERROR_LOCK_VIOLATION.
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 643c6f348..9920d98e4 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-17 Christopher Faylor <me.cygwin2013@cgf.cx>
+
+ * mmap.cc (handler_disk_file::msync): Retry up to 99 times if
+ FlushViewOFile fails with ERROR_LOCK_VIOLATION.
+
2013-01-16 Christopher Faylor <me.cygwin2013@cgf.cx>
* sigproc.cc (no_signals_available): Finally remove this macro