diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-11-15 18:47:34 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-11-15 18:47:34 +0000 |
commit | 8d5630125a4c2a8f0b9bf3e77e79c546fb5c5a6d (patch) | |
tree | 79a2007970c37d708bda25ae6ece44fe373dfcd4 /makedef.pl | |
parent | ce2f7c3be671853dd8e435baa8ec8d4453b3bb86 (diff) | |
download | perl-8d5630125a4c2a8f0b9bf3e77e79c546fb5c5a6d.tar.gz |
add a synchronous stub fork() for USE_ITHREADS to prove that a simple
C<if (fork()) { print "parent" } else { print "child" }> works on
Windows (incidentally running a cloned^2 interpreter :)
p4raw-id: //depot/perl@4589
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index 428bfc38b4..40c9be3a26 100644 --- a/makedef.pl +++ b/makedef.pl @@ -369,6 +369,9 @@ unless ($define{'USE_ITHREADS'}) skip_symbols [qw( PL_ptr_table Perl_dirp_dup +Perl_cx_dup +Perl_si_dup +Perl_ss_dup Perl_fp_dup Perl_gp_dup Perl_he_dup |