summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorJerry D. Hedden <jdhedden@cpan.org>2007-02-12 04:04:33 -0800
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-02-15 09:34:01 +0000
commit878090d5582120ef9336936d4fc06895b4fd242a (patch)
treeb937d124e5c21f6581ac096678f212c38b29f246 /sv.c
parente9950d3b0610b91bb9d19cb0918fe7e81505fd79 (diff)
downloadperl-878090d5582120ef9336936d4fc06895b4fd242a.tar.gz
Use newer 'threads' constructs
From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <844555.64815.qm@web30202.mail.mud.yahoo.com> p4raw-id: //depot/perl@30310
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 769922a81f..38d7da7061 100644
--- a/sv.c
+++ b/sv.c
@@ -10709,7 +10709,7 @@ without it we only clone the data and zero the stacks,
with it we copy the stacks and the new perl interpreter is
ready to run at the exact same point as the previous one.
The pseudo-fork code uses COPY_STACKS while the
-threads->new doesn't.
+threads->create doesn't.
CLONEf_KEEP_PTR_TABLE
perl_clone keeps a ptr_table with the pointer of the old