diff options
Diffstat (limited to 'includes/rts/Utils.h')
-rw-r--r-- | includes/rts/Utils.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/includes/rts/Utils.h b/includes/rts/Utils.h deleted file mode 100644 index 4aee9c3a67..0000000000 --- a/includes/rts/Utils.h +++ /dev/null @@ -1,16 +0,0 @@ -/* ----------------------------------------------------------------------------- - * - * (c) The GHC Team, 1998-2009 - * - * RTS external APIs. This file declares everything that the GHC RTS - * exposes externally. - * - * To understand the structure of the RTS headers, see the wiki: - * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/source-tree/includes - * - * ---------------------------------------------------------------------------*/ - -#pragma once - -/* Alternate to raise(3) for threaded rts, for BSD-based OSes */ -int genericRaise(int sig); |