summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dosish.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/dosish.h b/dosish.h
index 76761e3636..e40e358b75 100644
--- a/dosish.h
+++ b/dosish.h
@@ -1,7 +1,9 @@
#define ABORT() abort();
-#define BIT_BUCKET "/dev/null" /* Will this work? */
+#define BIT_BUCKET "\dev\nul"
#define PERL_SYS_INIT(c,v)
+#define PERL_SYS_TERM()
+#define dXSUB_SYS int dummy
#define TMPPATH "plXXXXXX"
/*