replace sparc-specific Int64 code with calls to platform-independent macros
[ghc-hetmet.git] / includes / Signals.h
1 /* -----------------------------------------------------------------------------
2  *
3  * (c) The GHC Team, 1998-2005
4  *
5  * RTS signal handling 
6  *
7  * ---------------------------------------------------------------------------*/
8
9 #ifndef SIGNALS_H
10 #define SIGNALS_H
11
12 #define STG_SIG_DFL   (-1)
13 #define STG_SIG_IGN   (-2)
14 #define STG_SIG_ERR   (-3)
15 #define STG_SIG_HAN   (-4)
16 #define STG_SIG_RST   (-5)
17
18 #endif /* SIGNALS_H */