diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-06-24 22:41:17 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-06-24 22:41:17 +0000 |
commit | 74a2feed3f7ab8f6e9b1144cca2f3eb4f6fd9498 (patch) | |
tree | dac87e6bb9e03f8c6def86a3431360202ee83845 /lib | |
parent | 1c39adb236b2a53b282c5bb8af25d8436eebf688 (diff) | |
download | perl-74a2feed3f7ab8f6e9b1144cca2f3eb4f6fd9498.tar.gz |
avoid race condition in the CAPI extension bootstrap handler
p4raw-id: //depot/perl@3549
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/ExtUtils/xsubpp | 3 |
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 |