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