diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-03-15 07:43:05 +0000 |
---|---|---|
committer | Charles Bailey <bailey@genetics.upenn.edu> | 1996-03-15 07:43:05 +0000 |
commit | 81ab40be6af2eaad41b1c6d974b757695e2f0b34 (patch) | |
tree | 9c93883f1fe217276d32e71a7f6436eb56bed5cb /os2/Makefile.SHs | |
parent | 8da795c62c26645b9d86cd8671cbb9c297445664 (diff) | |
download | perl-81ab40be6af2eaad41b1c6d974b757695e2f0b34.tar.gz |
Update OS/2 support
Diffstat (limited to 'os2/Makefile.SHs')
-rw-r--r-- | os2/Makefile.SHs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os2/Makefile.SHs b/os2/Makefile.SHs index a08a3f0da1..bc99fd113b 100644 --- a/os2/Makefile.SHs +++ b/os2/Makefile.SHs @@ -19,7 +19,8 @@ perl5.def: perl.linkexp echo DATA LOADONCALL NONSHARED MULTIPLE >>$@ echo EXPORTS >>$@ echo ' "ctermid"' >>$@ - echo ' "settmppath"' >>$@ + echo ' "Perl_OS2_init"' >>$@ + echo ' "OS2_Perl_data"' >>$@ !NO!SUBS! if [ ! -z "$myttyname" ] ; then |