summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-03 13:35:58 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-03 13:35:58 +0000
commit17689f3f46f6098d3396653de7f7540c2363fa0f (patch)
tree1885b1a9b3771fce829c77483a36d2996b654f27 /embed.fnc
parent286b86d383af73b65e6b3ca67b665bf0ca7d3dce (diff)
parent62375a601d6dbbc42fa6d70d83d0a60b73d1b86d (diff)
downloadperl-17689f3f46f6098d3396653de7f7540c2363fa0f.tar.gz
Integrate perlio:
[ 15698] Fix segfaults when mainthread exits with other threads running: - track number of running threads - if main thread calls perl_destruct() with other threads running skip most of cleanup (with a warning). [ 15696] Add -hiertype option to xsubpp for easier mapping C++ with namespaces. p4raw-link: @15698 on //depot/perlio: 62375a601d6dbbc42fa6d70d83d0a60b73d1b86d p4raw-link: @15696 on //depot/perlio: 0ab125c1e00cef4eab6989366621d77be6d38567 p4raw-id: //depot/perl@15699
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index ebebfc54ac..5cf2630691 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -957,6 +957,7 @@ Ap |char * |custom_op_desc|OP* op
Adp |void |sv_nosharing |SV *
Adp |void |sv_nolocking |SV *
Adp |void |sv_nounlocking |SV *
+Adp |int |nothreadhook
END_EXTERN_C