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 Mon, 5 Aug 2002, Michael Snyder wrote:

> do we actually know of any environments
> where the #if is strictly necessary?  

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'.)


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