summaryrefslogtreecommitdiff
path: root/src/stdatomic/atomic_compare_exchange_strong_explicit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdatomic/atomic_compare_exchange_strong_explicit.c')
-rw-r--r--src/stdatomic/atomic_compare_exchange_strong_explicit.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stdatomic/atomic_compare_exchange_strong_explicit.c b/src/stdatomic/atomic_compare_exchange_strong_explicit.c
index cd973f6c..83b1921c 100644
--- a/src/stdatomic/atomic_compare_exchange_strong_explicit.c
+++ b/src/stdatomic/atomic_compare_exchange_strong_explicit.c
@@ -26,3 +26,7 @@ _Bool atomic_compare_exchange_strong_explicit(volatile __TYPE *object, __BASE *e
#endif
+
+/*
+STDC(201112)
+*/