From: "Mark E." To: Eli Zaretskii , djgpp-workers AT delorie DOT com Date: Thu, 30 Nov 2000 09:13:17 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Locking fcntl() and flock() patches Message-ID: <3A261A2D.6814.24A3A8@localhost> References: <3A2611B2 DOT 30170 DOT 382C7 AT localhost> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com > So you wanted to implement shared locks by using SH_DENY* flags instead > of Int 21h/AH=5Ch, yes? Yes, but it would have only worked on the whole file (that's why the "per- file" comment). Mark