VMS change to temp file handling in gcc.c

DJ Delorie dj@redhat.com
Mon Jan 7 11:04:00 GMT 2002


DJ is Ok with this one.

> + #ifdef VMS
> +       fd = open (template, O_RDWR|O_CREAT|O_EXCL, 0600, "mxv=1");
> + #else
>         fd = open (template, O_RDWR|O_CREAT|O_EXCL, 0600);
> + #endif



More information about the Gcc-patches mailing list