Skip to content
  • Simon Marlow's avatar
    We don't need a SIGCONT handler any more · 10ba2ab9
    Simon Marlow authored
    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.
    10ba2ab9