Allow users of the GHC library to specify which packages have already been loaded.
[ghc-hetmet.git] / ghc / includes / Signals.h
index 4fe3ebb..a5907bb 100644 (file)
@@ -1,6 +1,6 @@
 /* -----------------------------------------------------------------------------
  *
- * (c) The GHC Team, 1998-2002
+ * (c) The GHC Team, 1998-2005
  *
  * RTS signal handling 
  *
@@ -9,17 +9,10 @@
 #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)
-#define STG_SIG_RST  (-5)
-
-#if !defined(mingw32_TARGET_OS)
-extern int stg_InstallConsoleEvent(int action, StgStablePtr *handler);
-#else
-extern int stg_sig_install (int, int, StgStablePtr *, void *);
-#endif
-
-#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 */