fopen() w+ Fix
Andrew Lunn
andrew@lunn.ch
Mon Mar 29 11:26:00 GMT 2004
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.
Thanks
Andrew
More information about the Ecos-patches
mailing list