ChangeSet ID: 7764 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/04/02 20:54:55
Modified files: scheduler : sysdeps.c pthread.c libs/wine : errno.c include : config.h.in dlls/ntdll : Makefile.in . : configure.ac configure
Log message: Added --with-nptl configure option and necessary changes to support running on top of NPTL threads.
Patch: http://cvs.winehq.com/patch.py?id=7764
Old revision New revision Changes Path 1.62 1.63 +29 -4 wine/scheduler/sysdeps.c 1.31 1.32 +1 -1 wine/scheduler/pthread.c 1.2 1.3 +6 -0 wine/libs/wine/errno.c 1.150 1.151 +3 -0 wine/include/config.h.in 1.52 1.53 +1 -1 wine/dlls/ntdll/Makefile.in 1.144 1.145 +6 -0 wine/configure.ac 1.415 1.416 +19 -1 wine/configure