From 61a42dca99e72f06b1718433754536f3affccd51 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 28 Sep 2009 10:37:41 +0000 Subject: * win32/wini32.c (LK_ERR): with overlapped I/O, LockFileEx() returns ERROR_IO_PENDING if the file is locked. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25133 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f1fe4492a..763a92eb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 28 19:36:20 2009 NAKAMURA Usaku + + * win32/wini32.c (LK_ERR): with overlapped I/O, LockFileEx() returns + ERROR_IO_PENDING if the file is locked. + Mon Sep 28 19:05:05 2009 Martin Duerst * include/ruby/st.h: aligned prototype of st_hash_uint32 with function -- cgit