Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
7c059406
Commit
7c059406
authored
Mar 02, 1999
by
sof
Browse files
[project @ 1999-03-02 20:01:55 by sof]
No signal support with mingw32
parent
10efecb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Signals.c
View file @
7c059406
/* -----------------------------------------------------------------------------
* $Id: Signals.c,v 1.
4
1999/0
2
/0
5 16
:0
2
:5
4
s
imonm
Exp $
* $Id: Signals.c,v 1.
5
1999/0
3
/0
2 20
:0
1
:5
5
s
of
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 */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment