summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorGisle Aas <gisle@aas.no>2005-10-03 02:37:57 -0700
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-10-03 16:16:21 +0000
commit49cf90411ef5ee744fe54688234613893a6876a9 (patch)
tree9b4b17cf6645c51943efdbed863810283d210dab /sv.c
parentbd4d8faaf7ff83f2f09479bf77553121e8d422f5 (diff)
downloadperl-49cf90411ef5ee744fe54688234613893a6876a9.tar.gz
Clone PL_statusvalue_posix [PATCH]
Message-ID: <lr3bni8ska.fsf_-_@caliper.activestate.com> p4raw-id: //depot/perl@25687
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sv.c b/sv.c
index 24c497d4e6..3581b50125 100644
--- a/sv.c
+++ b/sv.c
@@ -11462,6 +11462,8 @@ perl_clone_using(PerlInterpreter *proto_perl, UV flags,
PL_statusvalue = proto_perl->Istatusvalue;
#ifdef VMS
PL_statusvalue_vms = proto_perl->Istatusvalue_vms;
+#else
+ PL_statusvalue_posix = proto_perl->Istatusvalue_posix;
#endif
PL_encoding = sv_dup(proto_perl->Iencoding, param);