public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: kkaempf@progis.de (Klaus Kaempf)
To: egcs@cygnus.com (egcs list)
Subject: No unlink() on openVMS/Alpha
Date: Sat, 11 Oct 1997 08:41:00 -0000	[thread overview]
Message-ID: <9710111545.AA10546@progis.de> (raw)

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


             reply	other threads:[~1997-10-11  8:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-10-11  8:41 Klaus Kaempf [this message]
1997-10-20  1:43 ` Jeffrey A Law

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9710111545.AA10546@progis.de \
    --to=kkaempf@progis.de \
    --cc=egcs@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).