X-Git-Url: https://git.saurik.com/apple/libplatform.git/blobdiff_plain/ada7c4921d100a297d3be70d24c7fe9f43330c12..438624e04d57192b9d4dd7a6083a0ccd59a5a95f:/include/libkern/OSAtomicQueue.h diff --git a/include/libkern/OSAtomicQueue.h b/include/libkern/OSAtomicQueue.h index 8ffa4be..103f1e8 100644 --- a/include/libkern/OSAtomicQueue.h +++ b/include/libkern/OSAtomicQueue.h @@ -42,7 +42,7 @@ __BEGIN_DECLS You should always initialize a queue head structure with the initialization vector {@link OS_ATOMIC_QUEUE_INIT} before use. */ -#if defined(__x86_64__) +#if defined(__LP64__) typedef volatile struct { void *opaque1;