Date: Wed, 24 Jan 2001 10:21:48 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: Where does gcc -o foo make foo.exe In-Reply-To: <3A6D9470.4200.42F8E2@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 Tue, 23 Jan 2001, Mark E. wrote: > I used __file_handle_modes to store the required flag so that was no problem. Bother. Can we make sure that this works when two different execution threads are writing and seeking the same handle? E.g., what happens if a seek is followed by a seek, before the write?