aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-04-06 00:55:51 +0000
committerStan Shebs <shebs@codesourcery.com>1994-04-06 00:55:51 +0000
commit117dbbc60929a7b08250e1306c8988a34991151b (patch)
treec24a9fdc8e411ea5c73ac5d84bae7f8345a817a8 /bfd/hosts
parent08a431621ff45e878ff4f0259311dbbf20bd14f5 (diff)
downloadgdb-117dbbc60929a7b08250e1306c8988a34991151b.zip
gdb-117dbbc60929a7b08250e1306c8988a34991151b.tar.gz
gdb-117dbbc60929a7b08250e1306c8988a34991151b.tar.bz2
Tue Apr 5 17:54:07 1994 Stan Shebs (shebs@andros.cygnus.com)
* hosts/mpw.h (CLOSE_BEFORE_UNLINK): Define.
Diffstat (limited to 'bfd/hosts')
-rw-r--r--bfd/hosts/mpw.h4
1 files changed, 4 insertions, 0 deletions
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 */