X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Tue, 12 Dec 2000 14:46:42 -0600 From: JT Williams To: djgpp-workers AT delorie DOT com Subject: Re: Locking fcntl changes #2 Message-ID: <20001212144642.A16960@kendall.sfbr.org> Mail-Followup-To: djgpp-workers AT delorie DOT com References: <3A368849 DOT 210F4953 AT bigfoot DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A368849.210F4953@bigfoot.com>; from richdawe@bigfoot.com on Tue, Dec 12, 2000 at 08:19:21PM +0000 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Some systems return EAGAIN if the region is already locked. I'm not > sure what does the majority of systems do; could people please look on > the Unix and GNU/Linux boxes they have access to and tell what they > see in "man lockf"? (Solaris 2.7) EACCES or EAGAIN The function argument is F_TLOCK or F_TEST and the section is already locked by another process.