summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2012-10-19 18:16:36 -0700
committer Elliott Hughes <enh@google.com> 2012-10-19 18:16:36 -0700
commit63af6361337cc9b5c75ae55405b45d770c5a3b08 (patch)
treea3fcb6bb844224e3d3840c29de84ed7acd0f6f55 /src
parent670e8d6e3af81cbb8e7fd453cbc7f74fe926f45e (diff)
Fix build.
Change-Id: Iabb67cec58dc20e16210ad770411adf5fbc0638d
Diffstat (limited to 'src')
-rw-r--r--src/mutex.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mutex.cc b/src/mutex.cc
index ec0752ee96..a4347ba6d2 100644
--- a/src/mutex.cc
+++ b/src/mutex.cc
@@ -30,7 +30,7 @@
#if defined(__APPLE__)
#include "AvailabilityMacros.h" // For MAC_OS_X_VERSION_MAX_ALLOWED
// No clocks to specify on OS/X, fake value to pass to routines that require a clock.
-#define CLOCK_REALTIME 0xEBADFOOD
+#define CLOCK_REALTIME 0xebadf00d
#endif
#define CHECK_MUTEX_CALL(call, args) CHECK_PTHREAD_CALL(call, args, name_)