summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-02 03:34:15 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-02 03:34:15 +0000
commit50cc7057af5495c8c50715720de1f3c48918f011 (patch)
tree87a5e904a65bd84fbc4c6b825f314449e96f5ece /win32
parent25acda257cdc336a83372acc21fb8b899bd25635 (diff)
* 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
Diffstat (limited to 'win32')
-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;