From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Sun, 18 Feb 2001 01:34:25 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: O_TEMPORARY Message-ID: <3A8F26A1.10071.80A22F@localhost> In-reply-to: <7704-Sat17Feb2001203141+0200-eliz@is.elta.co.il> References: <3A8D7266 DOT 19805 DOT 561972 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 > That > is, simply record each open file in the per-handle array that you > invented for the O_TEMPORARY feature, even if it is not open with > O_TEMPORARY. If we go this way, then let's take it one step further and have it store the flags used to open the file with, a flag for 'seek past eof', etc. so it can be used by many file handling routines and not just the O_TEMPORARY ones. Mark