diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2016-06-03 22:22:42 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-06-04 09:35:49 +0200 |
commit | 4dbacbc89a999bf371d51194b4662a209ac907f1 (patch) | |
tree | 50f20abee2974212ef19ae7660802a3da367e7b9 /includes | |
parent | eda73a3ad3fdd98cf877b25c3c984c6e1b2217fc (diff) | |
download | haskell-4dbacbc89a999bf371d51194b4662a209ac907f1.tar.gz |
Rename isPinnedByteArray# to isByteArrayPinned#
Reviewers: simonmar, duncan, erikd, austin
Reviewed By: austin
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2290
GHC Trac Issues: #12059
Diffstat (limited to 'includes')
-rw-r--r-- | includes/stg/MiscClosures.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h index 337f586f76..731893efd0 100644 --- a/includes/stg/MiscClosures.h +++ b/includes/stg/MiscClosures.h @@ -347,7 +347,8 @@ RTS_FUN_DECL(stg_casArrayzh); RTS_FUN_DECL(stg_newByteArrayzh); RTS_FUN_DECL(stg_newPinnedByteArrayzh); RTS_FUN_DECL(stg_newAlignedPinnedByteArrayzh); -RTS_FUN_DECL(stg_isPinnedByteArrayzh); +RTS_FUN_DECL(stg_isByteArrayPinnedzh); +RTS_FUN_DECL(stg_isMutableByteArrayPinnedzh); RTS_FUN_DECL(stg_shrinkMutableByteArrayzh); RTS_FUN_DECL(stg_resizzeMutableByteArrayzh); RTS_FUN_DECL(stg_casIntArrayzh); |