diff options
Diffstat (limited to 'unixish.h')
-rw-r--r-- | unixish.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ #ifndef SIGILL # define SIGILL 6 /* blech */ #endif -#define ABORT() kill(getpid(),SIGABRT); +#define ABORT() kill(PerlProc_getpid(),SIGABRT); /* * fwrite1() should be a routine with the same calling sequence as fwrite(), |