diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-05-02 17:12:21 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-05-02 17:12:21 +0000 |
commit | 0295eab83c15497fe4260ac4facad25c962a4293 (patch) | |
tree | b8f969ff9ed6e71c00d1abe1030b0ede4b543c6a /makedef.pl | |
parent | 362d0d4483498690d9657a76e53755c85da3b796 (diff) | |
download | perl-0295eab83c15497fe4260ac4facad25c962a4293.tar.gz |
perl_clone is a threads thing
p4raw-id: //depot/perlio@16351
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 2 |
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"); } } |