summaryrefslogtreecommitdiff
path: root/includes/rts/Utils.h
blob: 4aee9c3a67977e29e9b87902b813bcca4074bf90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* -----------------------------------------------------------------------------
 *
 * (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);