No unlink() on openVMS/Alpha

Klaus Kaempf kkaempf@progis.de
Sat Oct 11 08:41:00 GMT 1997


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




More information about the Gcc mailing list