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