Message-ID: <20010215132455.1121.qmail@lauras.lt> From: "Laurynas Biveinis" Date: Thu, 15 Feb 2001 15:24:55 +0200 To: djgpp-workers AT delorie DOT com Subject: Re: O_TEMPORARY Mail-Followup-To: djgpp-workers AT delorie DOT com References: <3A8A98EE DOT 30071 DOT A8D978 AT localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i In-Reply-To: <3A8A98EE.30071.A8D978@localhost>; from snowball3@bigfoot.com on Wed, Feb 14, 2001 at 02:40:46PM -0500 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 Wed, Feb 14, 2001 at 02:40:46PM -0500, Mark E. wrote: > Hi guys, > Below is a first try at a patch to support O_TEMPORARY currently supported > by Cygwin and Mingw32. A file opened with O_TEMPORARY will be deleted after > the last descriptor referring to it has been closed. Didn't we consider something similar for unlink()ing open files and there were some problems pointer out? Excuse me if my memory has failed me :) Laurynas