diff options
Diffstat (limited to 'src/stdatomic/atomic_thread_fence.c')
| -rw-r--r-- | src/stdatomic/atomic_thread_fence.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stdatomic/atomic_thread_fence.c b/src/stdatomic/atomic_thread_fence.c index 6b70d91e..0395db75 100644 --- a/src/stdatomic/atomic_thread_fence.c +++ b/src/stdatomic/atomic_thread_fence.c @@ -29,3 +29,7 @@ void atomic_thread_fence(memory_order order) #endif + +/* +STDC(201112) +*/ |
