summaryrefslogtreecommitdiff
path: root/src/stdatomic/atomic_exchange_explicit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdatomic/atomic_exchange_explicit.c')
-rw-r--r--src/stdatomic/atomic_exchange_explicit.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stdatomic/atomic_exchange_explicit.c b/src/stdatomic/atomic_exchange_explicit.c
index 956a6bef..223ad0ef 100644
--- a/src/stdatomic/atomic_exchange_explicit.c
+++ b/src/stdatomic/atomic_exchange_explicit.c
@@ -14,3 +14,7 @@ __BASE atomic_exchange_explicit(volatile __TYPE *object, __BASE desired, memory_
#endif
+
+/*
+STDC(201112)
+*/