1 /* -----------------------------------------------------------------------------
3 * (c) The GHC Team, 1998-2009
7 * Do not #include this file directly: #include "Rts.h" instead.
9 * To understand the structure of the RTS headers, see the wiki:
10 * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
12 * ---------------------------------------------------------------------------*/
17 /* NB. #included in Haskell code, no prototypes in here. */
19 /* arguments to stg_sig_install() */
20 #define STG_SIG_DFL (-1)
21 #define STG_SIG_IGN (-2)
22 #define STG_SIG_ERR (-3)
23 #define STG_SIG_HAN (-4)
24 #define STG_SIG_RST (-5)
26 #endif /* RTS_SIGNALS_H */