aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/bif.tab
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2015-01-21 18:48:57 +0100
committerBjörn-Egil Dahlberg <[email protected]>2015-03-12 18:56:41 +0100
commita97632afab52befd2e48f963f1c5e178e3871995 (patch)
treee52db98e733e2ff19718a8ab603f3a7e69260b59 /erts/emulator/beam/bif.tab
parenta7a0bb29fd162cdfc6cdf6eb18cb5e2cf22a430e (diff)
downloadotp-a97632afab52befd2e48f963f1c5e178e3871995.tar.gz
otp-a97632afab52befd2e48f963f1c5e178e3871995.tar.bz2
otp-a97632afab52befd2e48f963f1c5e178e3871995.zip
erts: Add hashmap:update/3
Diffstat (limited to 'erts/emulator/beam/bif.tab')
-rw-r--r--erts/emulator/beam/bif.tab1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/bif.tab b/erts/emulator/beam/bif.tab
index c0fb1f8827..27ae8adcec 100644
--- a/erts/emulator/beam/bif.tab
+++ b/erts/emulator/beam/bif.tab
@@ -618,6 +618,7 @@ bif erlang:get_keys/0
bif hashmap:put/3
bif hashmap:get/2
bif hashmap:find/2
+bif hashmap:update/3
bif hashmap:remove/2
bif hashmap:info/1
bif hashmap:to_list/1