From 50cc7057af5495c8c50715720de1f3c48918f011 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 2 May 2013 03:34:15 +0000 Subject: * test/ruby/test_process.rb (TestProcess#test_no_curdir): maybe now we can test it. * test/ruby/test_thread.rb (TestThread#test_thread_timer_and_interrupt): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/win32.c | 1 + 1 file changed, 1 insertion(+) (limited to 'win32/win32.c') 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; -- cgit v1.2.3