summaryrefslogtreecommitdiff
path: root/includes/stg/MiscClosures.h
diff options
context:
space:
mode:
authorRyan Newton <rrnewton@gmail.com>2013-08-03 20:19:46 -0400
committerRyan Newton <rrnewton@gmail.com>2013-08-21 00:02:30 -0400
commit8750d549d4d7aca3e397de3e217b7cca9e1c1d43 (patch)
tree85a3b4850f92ed117b5062dd0739dfe181e87c9f /includes/stg/MiscClosures.h
parentfa278381cca92c895ddf14e6a92f78e9786fec48 (diff)
downloadhaskell-8750d549d4d7aca3e397de3e217b7cca9e1c1d43.tar.gz
Add PrimOp fetchAddIntArray# plus supporting C function atomic_inc_by.
Diffstat (limited to 'includes/stg/MiscClosures.h')
-rw-r--r--includes/stg/MiscClosures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h
index ee973e46a9..876f39a02c 100644
--- a/includes/stg/MiscClosures.h
+++ b/includes/stg/MiscClosures.h
@@ -369,6 +369,7 @@ RTS_FUN_DECL(stg_newByteArrayzh);
RTS_FUN_DECL(stg_newPinnedByteArrayzh);
RTS_FUN_DECL(stg_newAlignedPinnedByteArrayzh);
RTS_FUN_DECL(stg_casIntArrayzh);
+RTS_FUN_DECL(stg_fetchAddIntArrayzh);
RTS_FUN_DECL(stg_newArrayzh);
RTS_FUN_DECL(stg_newArrayArrayzh);