allow command to accept "--" separator
[folly.git] / folly / SmallLocks.h
index fe447563f809fec36187e8f760072a53a5f2a4f8..20a39cf1cc021f1f77f13a58dffc8decba3f3d26 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2011-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -37,6 +37,6 @@
 #include <folly/MicroSpinLock.h>
 
 #include <folly/Portability.h>
-#if FOLLY_X64 || FOLLY_A64 || FOLLY_PPC64
+#if FOLLY_X64 || FOLLY_AARCH64 || FOLLY_PPC64
 #include <folly/PicoSpinLock.h>
 #endif