Windows: Fix signal numbers
commitd28250654f4150f391b0fab6713ecb5748ccfd98
authorJohannes Sixt <j6t@kdbg.org>
Thu, 22 Jan 2009 05:57:34 +0000 (22 00:57 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Jan 2009 06:46:52 +0000 (21 22:46 -0800)
tree7bbc2a91a5a9a0c4ffe08ff1379e1df956565247
parent9002ec3ae6299dc7872033ba7f6c3cebf2f2c3c1
Windows: Fix signal numbers

We had defined some SIG_FOO macros that appear in the code, but that are
not supported on Windows, in order to make the code compile.  But a
subsequent change will assert that a signal number is non-zero.  We now
use the signal numbers that are commonly used on POSIX systems.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/mingw.h