summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2002-05-02 17:12:21 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2002-05-02 17:12:21 +0000
commit0295eab83c15497fe4260ac4facad25c962a4293 (patch)
treeb8f969ff9ed6e71c00d1abe1030b0ede4b543c6a /makedef.pl
parent362d0d4483498690d9657a76e53755c85da3b796 (diff)
downloadperl-0295eab83c15497fe4260ac4facad25c962a4293.tar.gz
perl_clone is a threads thing
p4raw-id: //depot/perlio@16351
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl
index f5325e8464..4b807a6ff8 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");
}
}