summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-06-24 22:41:17 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-06-24 22:41:17 +0000
commit74a2feed3f7ab8f6e9b1144cca2f3eb4f6fd9498 (patch)
treedac87e6bb9e03f8c6def86a3431360202ee83845 /lib
parent1c39adb236b2a53b282c5bb8af25d8436eebf688 (diff)
downloadperl-74a2feed3f7ab8f6e9b1144cca2f3eb4f6fd9498.tar.gz
avoid race condition in the CAPI extension bootstrap handler
p4raw-id: //depot/perl@3549
Diffstat (limited to 'lib')
-rwxr-xr-xlib/ExtUtils/xsubpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ExtUtils/xsubpp b/lib/ExtUtils/xsubpp
index 416c1d50b9..83ad03ae4d 100755
--- a/lib/ExtUtils/xsubpp
+++ b/lib/ExtUtils/xsubpp
@@ -1327,8 +1327,7 @@ print Q<<"EOF";
##endif
#XSCAPI(boot_$Module_cname)
#[[
-# SetCPerlObj(pPerl);
-# boot__CAPI_entry(cv);
+# boot_CAPI_handler(cv, boot__CAPI_entry, pPerl);
#]]
##endif /* PERL_CAPI */
EOF