summaryrefslogtreecommitdiff
path: root/ipproc.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-06-15 04:07:18 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-06-15 04:07:18 +0000
commit25f8d7a16da1371b2270da1f0261a8dc601931c8 (patch)
treed09466217844d04a8289a2d2d15377ce38987426 /ipproc.h
parent682081e5e9aba71c62d02cbfbe91dc0433f7cd57 (diff)
downloadperl-25f8d7a16da1371b2270da1f0261a8dc601931c8.tar.gz
various win32 odds and ends
- added support for waitpid(), open2/open3, and a bugfix for kill() from Ronald Schmidt <RonaldWS@aol.com> - tweak testsuite mods of above - regenerate win32/config_H.?c - change kill() to win32_kill() and export it - coalesce common code in win32.c - add PerlProc_waitpid() and export win32_waitpid() result builds and passes on the three win32 compilers p4raw-id: //depot/perl@1134
Diffstat (limited to 'ipproc.h')
-rw-r--r--ipproc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipproc.h b/ipproc.h
index 80e5da41dd..0395b5bcd2 100644
--- a/ipproc.h
+++ b/ipproc.h
@@ -40,6 +40,7 @@ public:
virtual int Sleep(unsigned int) = 0;
virtual int Times(struct tms *timebuf) = 0;
virtual int Wait(int *status) = 0;
+ virtual int Waitpid(int pid, int *status, int flags) = 0;
virtual Sighandler_t Signal(int sig, Sighandler_t subcode) = 0;
#ifdef WIN32
virtual void GetSysMsg(char*& msg, DWORD& dwLen, DWORD dwErr) = 0;