This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: bug fc003
Paul Brook wrote:
> What makes you think your patch fixes the problem?
> The linux manpage says "calls unlink for files".
> If it does fix the problem it needs a comment saying why.
>From the glibc documentation:
-- Function: int remove (const char *FILENAME)
This is the ISO C function to remove a file. It works like
`unlink' for files and like `rmdir' for directories. `remove' is
declared in `stdio.h'.
Convincing enough for me. Sorry, my explanation was kinda brief because I
assumed that ISO C functions needed no explanation :-)
- Tobi