X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fincludes%2FSignals.h;h=a5907bbee95942bd9f56fd7dc42b48b54d8ed166;hb=2d4e9216a65f09707862f2bbb78408a0a5fa3ceb;hp=b2b588bbdbc18d8cba68bf8a1582045e92be3147;hpb=77186ef4db545f7ce2040715300019ea09414c41;p=ghc-hetmet.git diff --git a/ghc/includes/Signals.h b/ghc/includes/Signals.h index b2b588b..a5907bb 100644 --- a/ghc/includes/Signals.h +++ b/ghc/includes/Signals.h @@ -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 * @@ -10,12 +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) - -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 */