From: Johannes Sixt Date: Sat, 4 Jul 2009 19:26:38 +0000 (+0200) Subject: MinGW: simplify waitpid() emulation macros X-Git-Tag: v1.6.5-rc0~86^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/303e7c48eae7e140a9612ff1f9b5a95ca80b65c4?hp=303e7c48eae7e140a9612ff1f9b5a95ca80b65c4 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 Signed-off-by: Junio C Hamano ---