diff --git a/src/stdio/cbindgen.toml b/src/stdio/cbindgen.toml
index 58483d52ac51ae265ff8f156bb26a8800dc8250e..3f13ef55cb66b092e669e76578cce789ee7899ab 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"