From: "Mark E." To: "Eli Zaretskii" , djgpp-workers AT delorie DOT com Date: Fri, 2 Mar 2001 12:03:00 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: O_TEMPORARY v3 Message-ID: <3A9F8BF4.14305.1F8BBE@localhost> In-reply-to: <9743-Fri02Mar2001124320+0200-eliz@is.elta.co.il> References: <3A9E6D56 DOT 14628 DOT 206ACC AT localhost> (snowball3 AT bigfoot DOT com) X-mailer: Pegasus Mail for Win32 (v3.12c) 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 > The real issue here is this: do we want to record as many handles as > possible in __fd_properties, to avoid adverse effects on code that > uses e.g. _open and open interspersely? I think the call should stay at as high a level as possible and limit the calls to __set_fd_properties in open and maybe _open. And document that low level functions won't work with it (which I already do actually). Mark