diff options
Diffstat (limited to 'win32/perlhost.h')
-rw-r--r-- | win32/perlhost.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/win32/perlhost.h b/win32/perlhost.h index d6e1e0fe33..3860507be6 100644 --- a/win32/perlhost.h +++ b/win32/perlhost.h @@ -1611,9 +1611,7 @@ PerlProcKill(struct IPerlProc* piPerl, int pid, int sig) int PerlProcKillpg(struct IPerlProc* piPerl, int pid, int sig) { - dTHX; - Perl_croak(aTHX_ "killpg not implemented!\n"); - return 0; + return win32_kill(pid, -sig); } int |