Browse Source

Made it so that AtomicBool exports as volatile char

Tom Almeida 7 years ago
parent
commit
d7965f2598
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/stdio/cbindgen.toml

+ 3 - 0
src/stdio/cbindgen.toml

@@ -5,3 +5,6 @@ language = "C"
 
 [enum]
 prefix_with_name = true
+
+[export.rename]
+"AtomicBool" = "volatile char"