diff --git a/src/stdio/cbindgen.toml b/src/stdio/cbindgen.toml index 58483d52ac..3f13ef55cb 100644 --- a/src/stdio/cbindgen.toml +++ b/src/stdio/cbindgen.toml @@ -5,3 +5,6 @@ language = "C" [enum] prefix_with_name = true + +[export.rename] +"AtomicBool" = "volatile char"