[PATCH, libgfortran] Fix for PR 18982

Richard Henderson rth@redhat.com
Fri Jan 14 01:48:00 GMT 2005


On Fri, Jan 14, 2005 at 01:14:36AM +0100, Andreas Schwab wrote:
> +#ifndef O_ACCMODE
> +#define O_ACCMODE 3
> +#endif

Nor does this make sense.  You'd have to use (O_RDWR|O_RDONLY|O_WRONLY).


r~



More information about the Gcc-patches mailing list