Skip to content
Snippets Groups Projects
Commit 7c059406 authored by sof's avatar sof
Browse files

[project @ 1999-03-02 20:01:55 by sof]

No signal support with mingw32
parent 10efecb8
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: Signals.c,v 1.4 1999/02/05 16:02:54 simonm Exp $
* $Id: Signals.c,v 1.5 1999/03/02 20:01:55 sof Exp $
*
* (c) The GHC Team, 1998-1999
*
......@@ -14,6 +14,8 @@
#include "RtsFlags.h"
#include "StablePriv.h"
#ifndef mingw32_TARGET_OS
#ifndef PAR
static StgInt *handlers = NULL; /* Dynamically grown array of signal handlers */
......@@ -237,3 +239,5 @@ start_signal_handlers(void)
{
}
#endif
#endif /*! mingw32_TARGET_OS */
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