wine/dlls/ntdll virtual.c thread.c signal_spar ...

Alexandre Julliard julliard at wine.codeweavers.com
Wed Sep 14 05:36:59 CDT 2005


ChangeSet ID:	20200
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/09/14 05:36:59

Modified files:
	dlls/ntdll     : virtual.c thread.c signal_sparc.c 
	                 signal_powerpc.c signal_i386.c ntdll_misc.h 

Log message:
	Support arbitrary sizes for the thread signal stack, and set the
	default size from the MINSIGSTKSZ constant.

Patch: http://cvs.winehq.org/patch.py?id=20200

Old revision  New revision  Changes     Path
 1.66          1.67          +31 -16     wine/dlls/ntdll/virtual.c
 1.40          1.41          +5 -3       wine/dlls/ntdll/thread.c
 1.37          1.38          +16 -1      wine/dlls/ntdll/signal_sparc.c
 1.29          1.30          +14 -0      wine/dlls/ntdll/signal_powerpc.c
 1.97          1.98          +29 -4      wine/dlls/ntdll/signal_i386.c
 1.66          1.67          +1 -7       wine/dlls/ntdll/ntdll_misc.h




More information about the wine-cvs mailing list