X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FSignals.h;h=a5907bbee95942bd9f56fd7dc42b48b54d8ed166;hb=c137ecd7e6e83d0f9c39b15ccdb9f2355f243c91;hp=4fe3ebb65ebec2b990db54965444767cda788ea7;hpb=d0c6e4ecff3276cdd91b4d66dbb85084aaf8d5c8;p=ghc-hetmet.git diff --git a/ghc/includes/Signals.h b/ghc/includes/Signals.h index 4fe3ebb..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 */