summaryrefslogtreecommitdiff
path: root/src/stdatomic/atomic_ullong.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdatomic/atomic_ullong.c')
-rw-r--r--src/stdatomic/atomic_ullong.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdatomic/atomic_ullong.c b/src/stdatomic/atomic_ullong.c
index 8fc02060..20603e0b 100644
--- a/src/stdatomic/atomic_ullong.c
+++ b/src/stdatomic/atomic_ullong.c
@@ -1 +1,6 @@
+#if 0
+
typedef _Atomic unsigned long long atomic_ullong;
+
+
+#endif