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 /rts/RtsSymbols.c | |
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 'rts/RtsSymbols.c')
-rw-r--r-- | rts/RtsSymbols.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rts/RtsSymbols.c b/rts/RtsSymbols.c index f420c01ee1..e66b4d81cb 100644 --- a/rts/RtsSymbols.c +++ b/rts/RtsSymbols.c @@ -514,7 +514,8 @@ SymI_HasProto(stg_casMutVarzh) \ SymI_HasProto(stg_newPinnedByteArrayzh) \ SymI_HasProto(stg_newAlignedPinnedByteArrayzh) \ - SymI_HasProto(stg_isPinnedByteArrayzh) \ + SymI_HasProto(stg_isByteArrayPinnedzh) \ + SymI_HasProto(stg_isMutableByteArrayPinnedzh) \ SymI_HasProto(stg_shrinkMutableByteArrayzh) \ SymI_HasProto(stg_resizzeMutableByteArrayzh) \ SymI_HasProto(newSpark) \ |