fopen() w+ Fix
Gary Thomas
gary@mlbassoc.com
Mon Mar 29 11:42:00 GMT 2004
Andrew Lunn said:
> On Mon, Mar 29, 2004 at 11:01:42AM +0100, Kelvin Lawson wrote:
>> Hi All,
>>
>> I've attached a proposed fix for fopen() with mode 'w+'. Basically
>> specifying 'w+' was previously exactly the same as specifying 'r+', but
>> 'w+' should allow file creation, while 'r+' should not.
>>
>> I've split CYG_STREAM_READWRITE into CYG_STREAM_READWRITE_CREATE and
>> CYG_STREAM_READWRITE_NOCREATE to allow for these different modes.
>
> Commited.
And you even fixed the indentation - hurray :-)
Note to patch submitters: please provide patches that follow the eCos
coding techniques we've used (at least as far as code indentation
within the same file!) The maintainers should not have to work over
the code before a patch is checked in. Thanks.
More information about the Ecos-patches
mailing list