Date: Mon, 12 Mar 2001 17:04:10 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: zero fill EOF gap patch In-Reply-To: <3AAC9B5F.10484.151627@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 Mon, 12 Mar 2001, Mark E. wrote: > > This is my first draft of a patch that zero fills the space between EOF and > > the current file pointer when the current file pointer > EOF. I left out the > > patch for llseek since it's just like the one for lseek. > > Any comments about this? Does it solve the nuisance in ld.exe?