Add MockTimeoutManager
[folly.git] / folly / PackedSyncPtr.h
index 8205c6f8031bb029fbf9614fe20367313cee0f0e..97ff844c23595f39fbc477b10b2d0aeaee5617bf 100644 (file)
@@ -19,8 +19,8 @@
 
 #include <folly/Portability.h>
 
-#if !FOLLY_X64
-# error "PackedSyncPtr is x64-specific code."
+#if !FOLLY_X64 && !FOLLY_PPC64
+# error "PackedSyncPtr is x64 and ppc64 specific code."
 #endif
 
 /*