summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2006-12-20 07:41:00 -0800
committerSteve Peters <steve@fisharerojo.org>2006-12-21 05:12:28 +0000
commit542cb85fb9a8a115820bc461945b228d531b4059 (patch)
tree1505bf2b598138b55e0a32cdc9ddfb1b040847d7 /win32/win32.h
parent1266ad8f485f435b89a025d0463af17ae6a66f3c (diff)
downloadperl-542cb85fb9a8a115820bc461945b228d531b4059.tar.gz
Implement killpg() for MSWin32
Message-ID: <m8hjo2pasv3hdbhd1sj9sasen7tm38hrhp@4ax.com> p4raw-id: //depot/perl@29605
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 2a87528f1d..b065a35a89 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -282,6 +282,7 @@ extern gid_t getegid(void);
extern int setuid(uid_t uid);
extern int setgid(gid_t gid);
extern int kill(int pid, int sig);
+extern int killpg(int pid, int sig);
#ifndef USE_PERL_SBRK
extern void *sbrk(ptrdiff_t need);
# define HAS_SBRK_PROTO