diff options
Diffstat (limited to 'src/stdatomic/atomic_compare_exchange_weak.c')
-rw-r--r-- | src/stdatomic/atomic_compare_exchange_weak.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stdatomic/atomic_compare_exchange_weak.c b/src/stdatomic/atomic_compare_exchange_weak.c index 1068a0a2..e1b9c3c7 100644 --- a/src/stdatomic/atomic_compare_exchange_weak.c +++ b/src/stdatomic/atomic_compare_exchange_weak.c @@ -16,3 +16,7 @@ _Bool atomic_compare_exchange_weak(volatile __TYPE *object, __BASE *expected, __ #endif + +/* +STDC(201112) +*/ |