summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>2003-12-18 06:10:29 -0800
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-01-01 17:29:21 +0000
commit1933e12cd0d32c774bd7f483285802de52dc8cbc (patch)
treea2cdc2316a1e9964350869b0754cf42977a94088 /makedef.pl
parentb08eb2a88581a6164b7fe182bf291c86bfb3c690 (diff)
downloadperl-1933e12cd0d32c774bd7f483285802de52dc8cbc.tar.gz
OS/2 update
Message-ID: <20031218221029.GA7898@math.berkeley.edu> p4raw-id: //depot/perl@22032
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl
index 3db62ab7eb..033f639af5 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -400,6 +400,10 @@ elsif ($PLATFORM eq 'os2') {
nthreads_cond
os2_cond_wait
os2_stat
+ os2_execname
+ async_mssleep
+ msCounter
+ InfoTable
pthread_join
pthread_create
pthread_detach
@@ -1344,6 +1348,10 @@ foreach my $symbol (sort keys %export) {
if ($PLATFORM eq 'os2') {
print <<EOP;
dll_perlmain=main
+ fill_extLibpath
+ dir_subst
+ Perl_OS2_handler_install
+
; LAST_ORDINAL=$sym_ord
EOP
}