This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] cli/cli-dump.c: Write dump always in binary mode on Cygwin


On Wed, 7 Aug 2002, Richard Earnshaw wrote:

> > Since GDB requires ISO C, and "wb" is part of the ISO C spec, I think we 
> > can drop the #if.  (Dependance on O_BINARY being defined is not very 
> > clean anyway, IMHO, since O_BINARY does not belong to `fopen'.)
> > 
> 
> I don't think we can assume an ISO conforming C library.

All we need to assume is that the `b' part does not cause `fopen' to 
fail.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]