summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2002-04-03 13:15:30 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2002-04-03 13:15:30 +0000
commit62375a601d6dbbc42fa6d70d83d0a60b73d1b86d (patch)
tree7cf47279ebe56f251304d9b9d314f62c7066ce0a /embed.fnc
parente5a119301ff5c8127ffae5b126fbb52e5a78c804 (diff)
downloadperl-62375a601d6dbbc42fa6d70d83d0a60b73d1b86d.tar.gz
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). p4raw-id: //depot/perlio@15698
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 9ecf123a4d..36a58b34a2 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