commit | 5fc1f6e887b980facb96a8a5d7629c3f6aa285da | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed Jul 12 23:10:07 2017 -0700 |
committer | Christopher Ferris <cferris@google.com> | Wed Jul 12 23:10:07 2017 -0700 |
tree | 6795905e2f4d90c6023429a43733caa94979bc37 | |
parent | b1e4cc31a4badad7f224c01c78f286381d72d929 [diff] [blame] |
Really fix the mac build. I forgot an underscore. Test: Builds. Change-Id: Ib7da13dea315822af89c53a569fb0a0c2fd5d321
diff --git a/benchmarks/util.cpp b/benchmarks/util.cpp index 91cdf7d..d9641cf 100644 --- a/benchmarks/util.cpp +++ b/benchmarks/util.cpp
@@ -55,7 +55,7 @@ return buf_aligned; } -#if defined(__APPLE_) +#if defined(__APPLE__) // Darwin doesn't support this, so do nothing. bool LockToCPU(int) {