ChangeSet ID: 19971 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/09/03 10:11:29
Modified files: loader : pthread.c main.h main.c kthread.c libs/wine : wine.map wine.def port.c include/wine : pthread.h dlls/ntdll : thread.c server.c dlls/kernel : thread.c pthread.c
Log message: Use explicit function pointers for pthread support instead of relying on ELF symbol overriding.
Patch: http://cvs.winehq.org/patch.py?id=19971
Old revision New revision Changes Path 1.9 1.10 +33 -18 wine/loader/pthread.c 1.2 1.3 +4 -0 wine/loader/main.h 1.94 1.95 +1 -0 wine/loader/main.c 1.11 1.12 +33 -18 wine/loader/kthread.c 1.3 1.4 +2 -7 wine/libs/wine/wine.map 1.12 1.13 +2 -7 wine/libs/wine/wine.def 1.12 1.13 +7 -45 wine/libs/wine/port.c 1.6 1.7 +15 -10 wine/include/wine/pthread.h 1.36 1.37 +8 -6 wine/dlls/ntdll/thread.c 1.31 1.32 +4 -2 wine/dlls/ntdll/server.c 1.28 1.29 +0 -1 wine/dlls/kernel/thread.c 1.10 1.11 +12 -10 wine/dlls/kernel/pthread.c