Made it so that AtomicBool exports as volatile char

This commit is contained in:
Tom Almeida
2018-03-18 00:19:08 +08:00
parent 25501b3640
commit d7965f2598
+3
View File
@@ -5,3 +5,6 @@ language = "C"
[enum]
prefix_with_name = true
[export.rename]
"AtomicBool" = "volatile char"