X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FSignals.h;h=a5907bbee95942bd9f56fd7dc42b48b54d8ed166;hb=3d9ae0ef3505f158b8ed1e2c8d655a581074d3a2;hp=f977ae8d62664bd5628d6e2aafeb9b9a8fc1d447;hpb=1820f42c87e521f5043fabf98d62c149c87282d8;p=ghc-hetmet.git diff --git a/ghc/includes/Signals.h b/ghc/includes/Signals.h index f977ae8..a5907bb 100644 --- a/ghc/includes/Signals.h +++ b/ghc/includes/Signals.h @@ -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 */