aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/win32.c')
-rw-r--r--win32/win32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/win32.c b/win32/win32.c
index e6b736795c..1f63426502 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -3927,6 +3927,7 @@ poll_child_status(struct ChildRecord *child, int *stat_loc)
{STATUS_FLOAT_UNDERFLOW, SIGFPE},
{STATUS_FLOAT_MULTIPLE_FAULTS, SIGFPE},
{STATUS_FLOAT_MULTIPLE_TRAPS, SIGFPE},
+ {STATUS_CONTROL_C_EXIT, SIGINT},
{0, 0}
};
int i;