This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7eb112
)
win32/perlhost.h: use symbolic constant
author
David Mitchell
<davem@iabyn.com>
Wed, 5 Aug 2009 13:18:37 +0000
(14:18 +0100)
committer
David Mitchell
<davem@iabyn.com>
Wed, 5 Aug 2009 13:18:37 +0000
(14:18 +0100)
CLONEf_COPY_STACKS rather than 1
win32/perlhost.h
patch
|
blob
|
blame
|
history
diff --git
a/win32/perlhost.h
b/win32/perlhost.h
index
6e3fcd2
..
c2473c9
100644
(file)
--- a/
win32/perlhost.h
+++ b/
win32/perlhost.h
@@
-1835,7
+1835,8
@@
PerlProcFork(struct IPerlProc* piPerl)
return -1;
}
h = new CPerlHost(*(CPerlHost*)w32_internal_host);
- PerlInterpreter *new_perl = perl_clone_using((PerlInterpreter*)aTHX, 1,
+ PerlInterpreter *new_perl = perl_clone_using((PerlInterpreter*)aTHX,
+ CLONEf_COPY_STACKS,
h->m_pHostperlMem,
h->m_pHostperlMemShared,
h->m_pHostperlMemParse,