Skip to content
Snippets Groups Projects
Commit 9f0a7ff7 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-03-15 15:31:36 by simonmar]

Unbreak signals.
parent d811abf6
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: Signals.c,v 1.14 2000/02/29 14:38:19 simonmar Exp $
* $Id: Signals.c,v 1.15 2000/03/15 15:31:36 simonmar Exp $
*
* (c) The GHC Team, 1998-1999
*
......@@ -217,8 +217,9 @@ start_signal_handlers(void)
next_pending_handler--;
createIOThread(RtsFlags.GcFlags.initialStkSize,
(StgClosure *) *next_pending_handler);
scheduleThread(
createIOThread(RtsFlags.GcFlags.initialStkSize,
(StgClosure *) *next_pending_handler));
}
unblockUserSignals();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment