diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-03-05 19:47:57 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-03-05 19:47:57 +0000 |
commit | 9c130f5bf137a33b7d9b08f028572692c4035032 (patch) | |
tree | c464fd51e442a84a7c989dbf6f0c2d5cb7d2ea09 /makedef.pl | |
parent | ddc2b5face5a2af5dff28b9b205dfa4b76f5c8e1 (diff) | |
download | perl-9c130f5bf137a33b7d9b08f028572692c4035032.tar.gz |
Integrate mainline (mostly - holding of on Encode.pm for a bit.)
p4raw-id: //depot/perlio@9048
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index 02305c2773..da0b36c96b 100644 --- a/makedef.pl +++ b/makedef.pl @@ -277,6 +277,8 @@ elsif ($PLATFORM eq 'os2') { my_tmpfile my_tmpnam my_flock + my_rmdir + my_mkdir malloc_mutex threads_mutex nthreads @@ -389,6 +391,8 @@ if ($define{'MYMALLOC'}) { Perl_mfree Perl_realloc Perl_calloc + Perl_strdup + Perl_putenv )]; if ($define{'USE_5005THREADS'} || $define{'USE_ITHREADS'}) { emit_symbols [qw( |