diff options
Diffstat (limited to 'os2/os2ish.h')
-rw-r--r-- | os2/os2ish.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os2/os2ish.h b/os2/os2ish.h index 2dca64a9c8..20e92b0845 100644 --- a/os2/os2ish.h +++ b/os2/os2ish.h @@ -23,6 +23,8 @@ #endif #define ABORT() kill(getpid(),SIGABRT); +#define BIT_BUCKET "/dev/null" /* Will this work? */ + #define PERL_SYS_INIT(argcp, argvp) do { \ _response(argcp, argvp); \ _wildcard(argcp, argvp); } while (0) |