From: Nick Ing-Simmons Date: Thu, 2 May 2002 17:12:21 +0000 (+0000) Subject: perl_clone is a threads thing X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0295eab83c15497fe4260ac4facad25c962a4293;p=p5sagit%2Fp5-mst-13.2.git perl_clone is a threads thing p4raw-id: //depot/perlio@16351 --- diff --git a/makedef.pl b/makedef.pl index f5325e8..4b807a6 100644 --- a/makedef.pl +++ b/makedef.pl @@ -114,6 +114,8 @@ if ($PLATFORM eq 'win32') { if ($define{PERL_IMPLICIT_SYS}) { output_symbol("perl_get_host_info"); output_symbol("perl_alloc_override"); + } + if ($define{USE_ITHREADS}) { output_symbol("perl_clone_host"); } }