Date: Thu, 12 Jun 2003 11:21:04 -0400 Message-Id: <200306121521.h5CFL4F2014671@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <3EE84B98.2290.601FC@localhost> (snowball3@softhome.net) Subject: Re: Binutils bug causes GCC bootstrap comparision failures References: <200306111639 DOT h5BGdxrf027585 AT envy DOT delorie DOT com> <3EE84B98 DOT 2290 DOT 601FC 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 > You mean like this? (from write.c) > if (__has_fd_properties(handle) > && (__fd_properties[handle]->flags & FILE_DESC_ZERO_FILL_EOF_GAP)) > { > if (_write_fill_seek_gap(handle) < 0) > return -1; > } Er, yes. That one.