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