added an os2 configuration file

This commit is contained in:
hyunghwan.chung
2015-12-04 12:05:15 +00:00
parent 4b4f4329fd
commit 95217da0d1
3 changed files with 100 additions and 1 deletions

View File

@ -302,7 +302,7 @@ printf ("MOD_GETSYM [%s]\n", &buf[1]);
if (!sym)
{
printf ("MOD_GETSYM [%s]\n", &buf[0]);
sym = dlsym (handle, &buf[0]);
sym = lt_dlsym (handle, &buf[0]);
}
}
}