diff options
Diffstat (limited to 'src/stdatomic/atomic_thread_fence.c')
-rw-r--r-- | src/stdatomic/atomic_thread_fence.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdatomic/atomic_thread_fence.c b/src/stdatomic/atomic_thread_fence.c index ee26a260..6b70d91e 100644 --- a/src/stdatomic/atomic_thread_fence.c +++ b/src/stdatomic/atomic_thread_fence.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdatomic.h> void atomic_thread_fence(memory_order order) @@ -24,3 +26,6 @@ void atomic_thread_fence(memory_order order) break; } } + + +#endif |