This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
waitpid() now handles externally spawned pids correctly;
authorGurusamy Sarathy <gsar@cpan.org>
Thu, 17 Aug 2000 00:19:20 +0000 (00:19 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Thu, 17 Aug 2000 00:19:20 +0000 (00:19 +0000)
commit922b18888a177879df1569d1969abfcaa0090a6f
tree4385d58bf1179ca62684b41fbc028e6b3bc35d48
parent8af02333c93343b2ed2e522e4fa455023e6cc339
waitpid() now handles externally spawned pids correctly;
fixes for backtick/wait/waitpid failures on Windows 9x

these changes make the pid returned by process functions on
Windows 9x always positive by clearing the high bit (which
is always set on Win9x); pseudo-process PIDs are likewise
always negative now on Win9x (just as on NT/2000)

p4raw-id: //depot/perl@6661
pp_sys.c
win32/perlhost.h
win32/win32.c