Use wine_dlsym instead of dlsym to avoid the glibc dlerror bug.
commit9bfe0c4ec435d8a039de509d2b8277e38c124ddd
authorAlexandre Julliard <julliard@winehq.org>
Thu, 24 Jun 2004 04:07:22 +0000 (24 04:07 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 24 Jun 2004 04:07:22 +0000 (24 04:07 +0000)
treec1b2019e0c01cba6cb34c861d0e3820f612d8ce1
parent55efefddee1e59b3f338322326b88e33918c8de3
Use wine_dlsym instead of dlsym to avoid the glibc dlerror bug.
Call dlsym with RTLD_DEFAULT for symbols that we don't redefine to
work around another glibc bug.
loader/kthread.c