msvc: do not pretend to support all signals
commit446df60367be5f3a97f7bac12071878d1fdbebd2
authorJeff Hostetler <jeffhost@microsoft.com>
Tue, 25 Jun 2019 14:49:41 +0000 (25 07:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Jun 2019 17:46:58 +0000 (25 10:46 -0700)
tree60d3cf52a86abf1aade0c655c3b39a2b2fb54291
parentb7bd9a73381df1dcc3c408a8f4379cb6f1db6785
msvc: do not pretend to support all signals

This special-cases various signals that are not supported on Windows,
such as SIGPIPE. These cause the UCRT to throw asserts (at least in
debug mode).

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/mingw.c