This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: No unlink() on openVMS/Alpha
- To: kkaempf at progis dot de (Klaus Kaempf)
- Subject: Re: No unlink() on openVMS/Alpha
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Mon, 20 Oct 1997 02:40:20 -0600
- cc: egcs at cygnus dot com (egcs list)
- Reply-To: law at cygnus dot com
In message <9710111545.AA10546@progis.de>you write:
> There's no unlink() on openVMS/Alpha but remove(). There's already a defini
> tion
> for this in stdio.h for GNU C.
>
> Sat Oct 11 16:27:00 1997 Klaus Kaempf (kkaempf@progis.de)
>
> * config/alpha/xm-vms.h: only define unlink for DEC C
This seems wrong. The existance of unlink and/or remove shouldn't
compiler dependent!
Jeff