summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--absl/time/clock.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/time/clock.cc b/absl/time/clock.cc
index cb9c7b32..c61dcc03 100644
--- a/absl/time/clock.cc
+++ b/absl/time/clock.cc
@@ -180,7 +180,7 @@ struct ABSL_CACHELINE_ALIGNED TimeState {
int64_t stats_slow_paths{0};
int64_t stats_fast_slow_paths{0};
- uint64_t last_now_cycles GUARDED_BY(lock){0};
+ uint64_t last_now_cycles ABSL_GUARDED_BY(lock){0};
// Used by GetCurrentTimeNanosFromKernel().
// We try to read clock values at about the same time as the kernel clock.