summaryrefslogtreecommitdiff
path: root/mpeix
diff options
context:
space:
mode:
Diffstat (limited to 'mpeix')
-rw-r--r--mpeix/mpeixish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpeix/mpeixish.h b/mpeix/mpeixish.h
index 23111718ff..b5e4fa4455 100644
--- a/mpeix/mpeixish.h
+++ b/mpeix/mpeixish.h
@@ -97,7 +97,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(),