diff --git a/bch_bindgen/build.rs b/bch_bindgen/build.rs index e2aeebb3..e1850f45 100644 --- a/bch_bindgen/build.rs +++ b/bch_bindgen/build.rs @@ -61,6 +61,7 @@ fn main() { .allowlist_function("keyctl_search") .allowlist_function("match_string") .allowlist_function("printbuf.*") + .blocklist_function("bch2_prt_vprintf") .blocklist_type("rhash_lock_head") .blocklist_type("srcu_struct") .allowlist_var("BCH_.*")