summaryrefslogtreecommitdiff
path: root/src/stdatomic/atomic_ullong.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdatomic/atomic_ullong.h')
-rw-r--r--src/stdatomic/atomic_ullong.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stdatomic/atomic_ullong.h b/src/stdatomic/atomic_ullong.h
index 20603e0b..23ced12f 100644
--- a/src/stdatomic/atomic_ullong.h
+++ b/src/stdatomic/atomic_ullong.h
@@ -4,3 +4,7 @@ typedef _Atomic unsigned long long atomic_ullong;
#endif
+
+/*
+STDC(201112)
+*/