author | Johannes Sixt <j6t@kdbg.org> | |
Thu, 22 Jan 2009 05:57:34 +0000 (00:57 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 22 Jan 2009 06:46:52 +0000 (22:46 -0800) | ||
commit | d28250654f4150f391b0fab6713ecb5748ccfd98 | |
tree | 7bbc2a91a5a9a0c4ffe08ff1379e1df956565247 | tree | snapshot |
parent | 9002ec3ae6299dc7872033ba7f6c3cebf2f2c3c1 | commit | diff |
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>
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 | diff | blob | history |