Date: Tue, 23 Jan 2001 15:05:44 -0500 Message-Id: <200101232005.PAA03563@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <3A6D9470.4200.42F8E2@localhost> (snowball3@bigfoot.com) Subject: Re: Where does gcc -o foo make foo.exe References: <3A605A7C DOT 44 DOT 7AB95C AT localhost> <3A687DD7 DOT 834 DOT 3F21A6 AT localhost> <3A6D9470 DOT 4200 DOT 42F8E2 AT localhost> 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 > I used __file_handle_modes to store the required flag so that was no problem. > I also have a function to zero fill the space that is to be filled. Where > should this function go? I'm thinking src/libc/dos/io but a confirmation > would be good before I start touching files. In cygwin, I put it inside the code for write(). Nobody else uses it.