Reorganisation of the source tree
[ghc-hetmet.git] / ghc / includes / Signals.h
diff --git a/ghc/includes/Signals.h b/ghc/includes/Signals.h
deleted file mode 100644 (file)
index a5907bb..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/* -----------------------------------------------------------------------------
- *
- * (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)
-#define STG_SIG_RST   (-5)
-
-#endif /* SIGNALS_H */