wine-wine/loader
Alexandre Julliard 9bfe0c4ec4 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.
2004-06-24 04:07:22 +00:00
..
.cvsignore Initial version of the Wine preloader, used to reserve memory 2004-05-28 20:59:22 +00:00
Makefile.in Do direct Linux system calls in the preloader to avoid trouble with 2004-06-22 02:42:05 +00:00
glibc.c Initial version of the Wine preloader, used to reserve memory 2004-05-28 20:59:22 +00:00
kthread.c Use wine_dlsym instead of dlsym to avoid the glibc dlerror bug. 2004-06-24 04:07:22 +00:00
main.c Yet another fix for the MacOS X environ brain damage. 2004-06-14 17:07:30 +00:00
main.h Assorted spelling and case fixes. 2004-06-15 20:26:45 +00:00
preloader.c Do direct Linux system calls in the preloader to avoid trouble with 2004-06-22 02:42:05 +00:00
pthread.c Fixed rounding bug in the stack info calculation when we don't have 2004-03-30 05:13:35 +00:00