summaryrefslogtreecommitdiff
path: root/src/stdatomic/atomic_exchange_explicit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdatomic/atomic_exchange_explicit.c')
-rw-r--r--src/stdatomic/atomic_exchange_explicit.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdatomic/atomic_exchange_explicit.c b/src/stdatomic/atomic_exchange_explicit.c
index 392f5ee9..956a6bef 100644
--- a/src/stdatomic/atomic_exchange_explicit.c
+++ b/src/stdatomic/atomic_exchange_explicit.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdatomic.h>
__BASE atomic_exchange_explicit(volatile __TYPE *object, __BASE desired, memory_order order)
@@ -9,3 +11,6 @@ __BASE atomic_exchange_explicit(volatile __TYPE *object, __BASE desired, memory_
return *object = desired;
}
+
+
+#endif