summaryrefslogtreecommitdiff
path: root/src/stdatomic/atomic_uint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdatomic/atomic_uint.h')
-rw-r--r--src/stdatomic/atomic_uint.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stdatomic/atomic_uint.h b/src/stdatomic/atomic_uint.h
new file mode 100644
index 00000000..fa26228f
--- /dev/null
+++ b/src/stdatomic/atomic_uint.h
@@ -0,0 +1,6 @@
+#if 0
+
+typedef _Atomic unsigned int atomic_uint;
+
+
+#endif