blob: 9d3e0facfdc2ef98cfb316b0ea8bdb786fa31327 [file] [log] [blame]
Jacek Cabanf8fc9182013-07-03 10:49:30 +00001#define __INTRINSIC_ONLYSPECIAL
2#define __INTRINSIC_SPECIAL__InterlockedXor /* Causes code generation in intrin-impl.h */
Ozkan Sezeraceef732009-07-16 15:25:05 +00003
Jacek Cabanf8fc9182013-07-03 10:49:30 +00004#include <intrin.h>
Ozkan Sezeraceef732009-07-16 15:25:05 +00005
Corinna Vinschen00989892013-04-05 11:19:50 +00006__LONG32 InterlockedXor(__LONG32 volatile *, __LONG32) __attribute__((alias("_InterlockedXor")));
Ozkan Sezer9e00f0a2009-09-20 15:36:13 +00007