author | Johannes Sixt <j6t@kdbg.org> | |
Sat, 4 Jul 2009 19:26:38 +0000 (21:26 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 5 Jul 2009 19:16:27 +0000 (12:16 -0700) | ||
commit | 303e7c48eae7e140a9612ff1f9b5a95ca80b65c4 | |
tree | 6604b1cbbcc59de259cc3dd0fa33e6fbe071621c | tree | snapshot |
parent | 47e3de0e7968a4176e2c54a36b214d3e7b24ad15 | commit | diff |
MinGW: simplify waitpid() emulation macros
Windows does not have signals. At least they cannot be diagnosed by the
parent process; all that the parent process can observe is the exit code.
This also adds a dummy definition of WTERMSIG.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Windows does not have signals. At least they cannot be diagnosed by the
parent process; all that the parent process can observe is the exit code.
This also adds a dummy definition of WTERMSIG.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/mingw.h | diff | blob | history |