ChangeSet ID: 8993 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/08/14 22:55:06
Modified files: scheduler : thread.c pthread.c include : thread.h dlls/ntdll : sysdeps.c
Log message: Moved __errno_location() handling to pthread.c, and added similar handling for __res_state().
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8993
Old revision New revision Changes Path 1.141 1.142 +0 -1 wine/scheduler/thread.c 1.35 1.36 +129 -18 wine/scheduler/pthread.c 1.73 1.74 +0 -1 wine/include/thread.h 1.6 1.7 +0 -97 wine/dlls/ntdll/sysdeps.c