Allow users of the GHC library to specify which packages have already been loaded.
[ghc-hetmet.git] / ghc / includes / Signals.h
index b2b588b..a5907bb 100644 (file)
@@ -1,7 +1,6 @@
 /* -----------------------------------------------------------------------------
- * $Id: Signals.h,v 1.1 2002/09/06 14:34:14 simonmar Exp $
  *
- * (c) The GHC Team, 1998-2002
+ * (c) The GHC Team, 1998-2005
  *
  * RTS signal handling 
  *
 #ifndef SIGNALS_H
 #define SIGNALS_H
 
-#define STG_SIG_DFL  (-1)
-#define STG_SIG_IGN  (-2)
-#define STG_SIG_ERR  (-3)
-#define STG_SIG_HAN  (-4)
-
-extern int stg_sig_install (int, int, StgStablePtr *, void *);
-
-#endif // SIGNALS_H
+#define STG_SIG_DFL   (-1)
+#define STG_SIG_IGN   (-2)
+#define STG_SIG_ERR   (-3)
+#define STG_SIG_HAN   (-4)
+#define STG_SIG_RST   (-5)
 
+#endif /* SIGNALS_H */