summaryrefslogtreecommitdiff
path: root/dosish.h
diff options
context:
space:
mode:
Diffstat (limited to 'dosish.h')
-rw-r--r--dosish.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dosish.h b/dosish.h
index 8747f2d985..42fdf3ec3c 100644
--- a/dosish.h
+++ b/dosish.h
@@ -1,5 +1,8 @@
#define ABORT() abort();
+#define BIT_BUCKET "/dev/null" /* Will this work? */
+#define PERL_SYS_INIT(c,v)
+
/*
* fwrite1() should be a routine with the same calling sequence as fwrite(),
* but which outputs all of the bytes requested as a single stream (unlike