summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/base_poll_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/syscalls/linux/base_poll_test.h')
-rw-r--r--test/syscalls/linux/base_poll_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/linux/base_poll_test.h b/test/syscalls/linux/base_poll_test.h
index 088831f9f..0d4a6701e 100644
--- a/test/syscalls/linux/base_poll_test.h
+++ b/test/syscalls/linux/base_poll_test.h
@@ -56,7 +56,7 @@ class TimerThread {
private:
mutable absl::Mutex mu_;
- bool cancel_ GUARDED_BY(mu_) = false;
+ bool cancel_ ABSL_GUARDED_BY(mu_) = false;
// Must be last to ensure that the destructor for the thread is run before
// any other member of the object is destroyed.