diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-15 04:07:18 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-15 04:07:18 +0000 |
commit | 25f8d7a16da1371b2270da1f0261a8dc601931c8 (patch) | |
tree | d09466217844d04a8289a2d2d15377ce38987426 /win32/makedef.pl | |
parent | 682081e5e9aba71c62d02cbfbe91dc0433f7cd57 (diff) | |
download | perl-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 'win32/makedef.pl')
-rw-r--r-- | win32/makedef.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/makedef.pl b/win32/makedef.pl index 65e8023962..059fc4927d 100644 --- a/win32/makedef.pl +++ b/win32/makedef.pl @@ -575,6 +575,8 @@ win32_get_osfhandle win32_ioctl win32_utime win32_wait +win32_waitpid +win32_kill win32_str_os_error Perl_win32_init Perl_init_os_extras |