We don't need a SIGCONT handler any more
authorSimon Marlow <simonmar@microsoft.com>
Wed, 4 Jul 2007 12:36:06 +0000 (12:36 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 4 Jul 2007 12:36:06 +0000 (12:36 +0000)
commit10ba2ab9fb729215f5e30654527a5d882a3a01f7
tree89c8846ed7cf440cd19b49f5ea2d9d73f7361780
parent8ce457c49024a92dc0e13c0d36cc6753edec8087
We don't need a SIGCONT handler any more
The SIGCONT handler was used to put stdin back in O_NONBLOCK mode,
after the process is resumed, but we don't want to do that now: the
standard handles are kept in blocking mode.
rts/posix/Signals.c