Skip to content
Snippets Groups Projects
Commit d7965f25 authored by Tom Almeida's avatar Tom Almeida
Browse files

Made it so that AtomicBool exports as volatile char

parent 25501b36
No related branches found
No related tags found
No related merge requests found
...@@ -5,3 +5,6 @@ language = "C" ...@@ -5,3 +5,6 @@ language = "C"
[enum] [enum]
prefix_with_name = true prefix_with_name = true
[export.rename]
"AtomicBool" = "volatile char"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment