From 7766f1371a6d2b58d0f46fbe6a60785860a39c1e Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Wed, 1 Dec 1999 01:00:09 +0000 Subject: more complete pseudo-fork() support for Windows p4raw-id: //depot/perl@4602 --- vos/vosish.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vos/vosish.h') diff --git a/vos/vosish.h b/vos/vosish.h index fc53dc1ec7..16487023a9 100644 --- a/vos/vosish.h +++ b/vos/vosish.h @@ -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(), -- cgit v1.2.1