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 /global.sym | |
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 'global.sym')
-rw-r--r-- | global.sym | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/global.sym b/global.sym index d15142263d..e21903093c 100644 --- a/global.sym +++ b/global.sym @@ -675,6 +675,9 @@ Perl_newATTRSUB Perl_newMYSUB Perl_my_attrs Perl_boot_core_xsutils +Perl_cx_dup +Perl_si_dup +Perl_ss_dup Perl_he_dup Perl_re_dup Perl_fp_dup |