Date: Thu, 30 Nov 2000 16:13:49 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: Locking fcntl() and flock() patches In-Reply-To: <3A261A2D.6814.24A3A8@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Thu, 30 Nov 2000, Mark E. wrote: > > 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 Of course. Does the IOCTL subfunction or poking the SFT allow to set the SH_DENY* bits for files that are already open?