summaryrefslogtreecommitdiff
path: root/src/stdatomic/memory_order.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdatomic/memory_order.h')
-rw-r--r--src/stdatomic/memory_order.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stdatomic/memory_order.h b/src/stdatomic/memory_order.h
index 0f338d79..37d0050e 100644
--- a/src/stdatomic/memory_order.h
+++ b/src/stdatomic/memory_order.h
@@ -6,3 +6,7 @@ typedef enum {
memory_order_acq_rel,
memory_order_seq_cst,
} memory_order;
+
+/*
+STDC(201112)
+*/