ChangeSet ID: 10047 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/11/11 21:16:01
Modified files: loader : pthread.c libs/port : Makefile.in include/wine : port.h include : config.h.in . : configure.ac configure Added files: libs/port : sigsetjmp.c gettid.c
Log message: Added sigsetjmp/siglongjmp and gettid to the portability library.
Patch: http://cvs.winehq.com/patch.py?id=10047
Old revision New revision Changes Path 1.2 1.3 +0 -13 wine/loader/pthread.c 1.7 1.8 +2 -0 wine/libs/port/Makefile.in 1.43 1.44 +11 -0 wine/include/wine/port.h 1.170 1.171 +6 -0 wine/include/config.h.in 1.199 1.200 +16 -0 wine/configure.ac 1.478 1.479 +58 -0 wine/configure Added 1.1 +0 -0 wine/libs/port/sigsetjmp.c Added 1.1 +0 -0 wine/libs/port/gettid.c