server: Use SIGQUIT instead of SIGTERM to terminate a thread.
commit3b244b95b29c5c1394b1fdbd1562ae9d2fe736f9
authorAlexandre Julliard <julliard@winehq.org>
Thu, 20 Dec 2007 11:19:35 +0000 (20 12:19 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 20 Dec 2007 11:19:35 +0000 (20 12:19 +0100)
treede39d4d7be4a6d355aa77aa8f34d59ce3348f754
parente2a366ce338d5b6b0f3c8962d70134f8d4e87f3b
server: Use SIGQUIT instead of SIGTERM to terminate a thread.

This allows keeping the default SIGTERM behavior of killing the whole
process.
dlls/ntdll/signal_i386.c
dlls/ntdll/signal_powerpc.c
dlls/ntdll/signal_sparc.c
dlls/ntdll/signal_x86_64.c
server/thread.c