summaryrefslogtreecommitdiff
path: root/zjit/bindgen/src
diff options
context:
space:
mode:
Diffstat (limited to 'zjit/bindgen/src')
-rw-r--r--zjit/bindgen/src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/zjit/bindgen/src/main.rs b/zjit/bindgen/src/main.rs
index 573eb37a72..32b75117c8 100644
--- a/zjit/bindgen/src/main.rs
+++ b/zjit/bindgen/src/main.rs
@@ -123,6 +123,7 @@ fn main() {
.allowlist_function("rb_hash_aset")
.allowlist_function("rb_hash_aref")
.allowlist_function("rb_hash_bulk_insert")
+ .allowlist_function("rb_hash_new_with_bulk_insert")
.allowlist_function("rb_hash_stlike_lookup")
.allowlist_function("rb_ary_new_capa")
.allowlist_function("rb_ary_store")
@@ -214,7 +215,7 @@ fn main() {
.allowlist_function("rb_reg_match_post")
.allowlist_function("rb_reg_match_last")
.allowlist_function("rb_reg_nth_match")
- .allowlist_function("rb_reg_new_ary")
+ .allowlist_function("rb_reg_new_from_values")
.allowlist_var("ARG_ENCODING_FIXED")
.allowlist_var("ARG_ENCODING_NONE")
.allowlist_var("ONIG_OPTION_IGNORECASE")