Revert unintentional change.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Sat, 7 Jun 2014 14:52:50 +0000 (16:52 +0200)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Sat, 7 Jun 2014 14:52:50 +0000 (16:52 +0200)
mono/utils/atomic.c

index fc0324dbee6dde505dfa10dc2e7541599b7ef941..362bb8d3a085a4a0c128e5da051cf55947bf2afe 100755 (executable)
@@ -14,7 +14,7 @@
 #include <mono/utils/atomic.h>
 #include <mono/utils/mono-mutex.h>
 
-#if defined (WAPI_NO_ATOMIC_ASM) || (defined (BROKEN_64BIT_ATOMICS_INTRINSIC) && !defined (TARGET_OSX))
+#if defined (WAPI_NO_ATOMIC_ASM) || defined (BROKEN_64BIT_ATOMICS_INTRINSIC)
 
 #include <pthread.h>