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