ruby-cvs:16424
From: (eban) <eban ruby-lang.org>
Date: Mon, 6 Feb 2006 16:05:51 +0900
Subject: [ruby-cvs:16424] ruby: * file.c (rb_thread_flock): ERROR_NOT_LOCKED is not an error on Cygwin.
eban Mon, 6 Feb 2006 16:05:51 +0900
Modified files:
ruby:
ChangeLog file.c
Log:
* file.c (rb_thread_flock): ERROR_NOT_LOCKED is not an error on Cygwin.
In such situation, flock() should return 0.
Revision Changes Path
1.4939 +5 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.4938&r2=1.4939
1.236 +22 -5 ruby/file.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/file.c?cvsroot=src&r1=1.235&r2=1.236