[runtime] Use double-underscored attributes.
[mono.git] / mono / utils / atomic.c
index 543e8ce9b0cb2c7171035f965964887b9835bd42..748720ad95e7eb4328e1eb0072c3596a56c3caf6 100644 (file)
@@ -524,7 +524,7 @@ InterlockedCompareExchange64(volatile gint64 *dest, gint64 exch, gint64 comp)
  * so we have to roll our own...
  */
 
-gint64 InterlockedCompareExchange64(volatile gint64 *dest, gint64 exch, gint64 comp) __attribute__ ((naked));
+gint64 InterlockedCompareExchange64(volatile gint64 *dest, gint64 exch, gint64 comp) __attribute__ ((__naked__));
 
 gint64
 InterlockedCompareExchange64(volatile gint64 *dest, gint64 exch, gint64 comp)