This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
No unlink() on openVMS/Alpha
- To: egcs at cygnus dot com (egcs list)
- Subject: No unlink() on openVMS/Alpha
- From: kkaempf at progis dot de (Klaus Kaempf)
- Date: Sat, 11 Oct 1997 16:45:32 +0100 (MET)
There's no unlink() on openVMS/Alpha but remove(). There's already a definition
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
===================================================================
RCS file: config/alpha/RCS/xm-vms.h,v
retrieving revision 1.2
diff -c -r1.2 config/alpha/xm-vms.h
*** config/alpha/xm-vms.h 1997/10/08 10:15:16 1.2
--- config/alpha/xm-vms.h 1997/10/08 13:56:29
***************
*** 62,68 ****
--- 62,70 ----
}
/* Define a local equivalent (sort of) for unlink */
+ #ifdef __DECC
#define unlink remove
+ #endif
#define NEED_ATEXIT
#define NO_SYS_PARAMS_H /* Don't have <sys/params.h> */
--
proGIS Software E-Mail: kkaempf@progis.de
Dipl.-Inform. Klaus K"ampf Fax: 0241-47067-29
Jakobstr. 117 Voice: 0241-47067-11
D-52064 Aachen WWW: http://www.progis.de