From: Stan Shebs Date: Wed, 6 Apr 1994 00:55:51 +0000 (+0000) Subject: Tue Apr 5 17:54:07 1994 Stan Shebs (shebs@andros.cygnus.com) X-Git-Tag: gdb-4_18~14887 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=117dbbc60929a7b08250e1306c8988a34991151b;p=platform%2Fupstream%2Fbinutils.git Tue Apr 5 17:54:07 1994 Stan Shebs (shebs@andros.cygnus.com) * hosts/mpw.h (CLOSE_BEFORE_UNLINK): Define. --- diff --git a/bfd/ChangeLog.mpw b/bfd/ChangeLog.mpw index 521dab2..408c168 100644 --- a/bfd/ChangeLog.mpw +++ b/bfd/ChangeLog.mpw @@ -1,3 +1,7 @@ +Tue Apr 5 17:54:07 1994 Stan Shebs (shebs@andros.cygnus.com) + + * hosts/mpw.h (CLOSE_BEFORE_UNLINK): Define. + Sun Feb 27 15:41:10 1994 Stan Shebs (shebs@andros.cygnus.com) * mpw-make.in (DEBUG_BFD_SEND): Define in default compilation diff --git a/bfd/hosts/mpw.h b/bfd/hosts/mpw.h index fb5d258..c24f562 100644 --- a/bfd/hosts/mpw.h +++ b/bfd/hosts/mpw.h @@ -95,4 +95,8 @@ void mpw_abort (); #define LOSING_TOTALLY +/* Define this so that files will be closed before being unlinked. */ + +#define CLOSE_BEFORE_UNLINK + #endif /* hosts_mpw_H */