diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2002-07-16 02:57:47 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2002-07-16 02:57:47 +0000 |
commit | 54725af65d49b2ed8413041530c71b8d3bde0714 (patch) | |
tree | 238d29129bd88937476c8d62139e978b5c26b506 /makedef.pl | |
parent | a10b1e109d1f901ff6cb267ca6a30834468b37b7 (diff) | |
download | perl-54725af65d49b2ed8413041530c71b8d3bde0714.tar.gz |
integrate a variant of change#17568 from maint-5.6 branch (the
do_exec parts elided so that change is restricted strictly to
windows; binary compatibility stubs not needed)
p4raw-link: @17568 on //depot/maint-5.6/perl: 07691bcd6c6d7fd92f508fd5268e700370ea47c2
p4raw-id: //depot/perl@17570
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl index 9b1f9773c0..f22b34dc1d 100644 --- a/makedef.pl +++ b/makedef.pl @@ -244,7 +244,14 @@ if ($PLATFORM eq 'win32') { Perl_my_popen )]; } -elsif ($PLATFORM eq 'wince') { +else { + skip_symbols [qw( + Perl_do_spawn + Perl_do_spawn_nowait + Perl_do_aspawn + )]; +} +if ($PLATFORM eq 'wince') { skip_symbols [qw( PL_statusvalue_vms PL_archpat_auto |