diff options
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 |