Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com Date: Thu, 1 Jul 1999 09:59:29 -0400 (EDT) Message-Id: <199907011359.JAA05833@indy.delorie.com> From: DJ Delorie To: corinna AT vinschen DOT de CC: cygwin-developers AT sourceware DOT cygnus DOT com, cgf AT cygnus DOT com In-reply-to: <377AB36C.4A500615@vinschen.de> (message from Corinna Vinschen on Thu, 01 Jul 1999 02:16:44 +0200) Subject: Re: Change in errno.cc ETXTBSY may only be returned if you're trying to run a program that's being written to, or write to a program that's currently running. If two programs open a data file for exclusive writing, one of them should get EACCES. Is this still the case after your patch is applied?