Use explicit function pointers for pthread support instead of relying
commit883d3c52d336fba74babad5de41fe859d271ed34
authorAlexandre Julliard <julliard@winehq.org>
Sat, 3 Sep 2005 15:11:29 +0000 (3 15:11 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 3 Sep 2005 15:11:29 +0000 (3 15:11 +0000)
treed1a2498cff0ec52bb92037aaf8b844f41c509bf3
parent8a5f893712f89e1ec9c81b190b9d9d592befc4c2
Use explicit function pointers for pthread support instead of relying
on ELF symbol overriding.
12 files changed:
dlls/kernel/pthread.c
dlls/kernel/thread.c
dlls/ntdll/server.c
dlls/ntdll/thread.c
include/wine/pthread.h
libs/wine/port.c
libs/wine/wine.def
libs/wine/wine.map
loader/kthread.c
loader/main.c
loader/main.h
loader/pthread.c