diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-17 22:30:30 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-17 22:30:30 +0000 |
commit | 32e30700cf966bf527dceb0482a205346d2d955f (patch) | |
tree | a5b4102b6616576066873d7e95800c248982bb4b /makedef.pl | |
parent | a7ec2b44b6a6713a67d2b7d1975eb72a28c1caf5 (diff) | |
download | perl-32e30700cf966bf527dceb0482a205346d2d955f.tar.gz |
support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
windows
p4raw-id: //depot/perl@4402
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index d87029377d..a5878ff671 100644 --- a/makedef.pl +++ b/makedef.pl @@ -215,6 +215,11 @@ Perl_my_memset PL_cshlen PL_cshname PL_opsave + +Perl_do_exec +Perl_getenv_len +Perl_my_pclose +Perl_my_popen )]; } elsif ($PLATFORM eq 'aix') { skip_symbols([qw( |