diff options
author | David Mitchell <davem@iabyn.com> | 2009-08-05 15:25:58 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-08-05 15:28:55 +0100 |
commit | 682bcedc3ef5348ecab8a792e6fcfecb1709b024 (patch) | |
tree | f52c0a97883ff1d980e25912ac0832a23a204320 /win32/perlhost.h | |
parent | b0b93b3c773176a99136baa97661d11503277415 (diff) | |
download | perl-682bcedc3ef5348ecab8a792e6fcfecb1709b024.tar.gz |
Revert "add CLONEf_KEEP_PTR_TABLE to win fork emulation."
This reverts commit 240bfeb992996de28603a7f9e3ee34ecc6e3f286.
(its now fixed in a better way in 136e7e597c0d85149921561591710bc54123b221)
Diffstat (limited to 'win32/perlhost.h')
-rw-r--r-- | win32/perlhost.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win32/perlhost.h b/win32/perlhost.h index c02d4096c1..c2473c93f7 100644 --- a/win32/perlhost.h +++ b/win32/perlhost.h @@ -1836,8 +1836,7 @@ PerlProcFork(struct IPerlProc* piPerl) } h = new CPerlHost(*(CPerlHost*)w32_internal_host); PerlInterpreter *new_perl = perl_clone_using((PerlInterpreter*)aTHX, - CLONEf_COPY_STACKS - | CLONEf_KEEP_PTR_TABLE, + CLONEf_COPY_STACKS, h->m_pHostperlMem, h->m_pHostperlMemShared, h->m_pHostperlMemParse, |