diff options
author | Simon Marlow <marlowsd@gmail.com> | 2012-10-25 09:43:34 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-10-25 10:03:47 +0100 |
commit | 9008ae051311066e46a088b899fa6b908d292a70 (patch) | |
tree | 5396df2b2e54c38dd19de59e3f9bba0551ec680e /includes | |
parent | 24b4bfbcb320670a62dad10009d43f06211a5a2a (diff) | |
download | haskell-9008ae051311066e46a088b899fa6b908d292a70.tar.gz |
declare stg_gc_prim and stg_killMyself (#7350)
Diffstat (limited to 'includes')
-rw-r--r-- | includes/stg/MiscClosures.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h index c94fdb388c..af96563e53 100644 --- a/includes/stg/MiscClosures.h +++ b/includes/stg/MiscClosures.h @@ -261,6 +261,7 @@ RTS_RET(stg_ret_f); RTS_RET(stg_ret_d); RTS_RET(stg_ret_l); +RTS_FUN_DECL(stg_gc_prim); RTS_FUN_DECL(stg_gc_prim_p); RTS_FUN_DECL(stg_gc_prim_pp); RTS_FUN_DECL(stg_gc_prim_n); @@ -392,6 +393,7 @@ RTS_FUN_DECL(stg_deRefStablePtrzh); RTS_FUN_DECL(stg_forkzh); RTS_FUN_DECL(stg_forkOnzh); RTS_FUN_DECL(stg_yieldzh); +RTS_FUN_DECL(stg_killMyself); RTS_FUN_DECL(stg_killThreadzh); RTS_FUN_DECL(stg_getMaskingStatezh); RTS_FUN_DECL(stg_maskAsyncExceptionszh); |