blob: 1579c5053a69dd260a84c4d025bf8d40c115bcc0 [file] [log] [blame]
Jacek Cabanf8fc9182013-07-03 10:49:30 +00001#define __INTRINSIC_ONLYSPECIAL
2#define __INTRINSIC_SPECIAL__InterlockedOr /* 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 InterlockedOr(__LONG32 volatile *, __LONG32) __attribute__((alias("_InterlockedOr")));
Ozkan Sezer9e00f0a2009-09-20 15:36:13 +00007