diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-08-29 12:18:58 -0700 |
---|---|---|
committer | Nicolas Lacasse <nlacasse@google.com> | 2019-08-29 14:01:47 -0700 |
commit | 31f05d5d4f62c4cd4fe3b95b333d0130aae4b2c1 (patch) | |
tree | 71887df18fb8f450a82b68a1ff119c743d71d77a /test/syscalls/linux/base_poll_test.h | |
parent | 36a8949b2a52aabbe3f0548f1207c133da113c56 (diff) |
Internal change.
PiperOrigin-RevId: 266199211
Diffstat (limited to 'test/syscalls/linux/base_poll_test.h')
-rw-r--r-- | test/syscalls/linux/base_poll_test.h | 2 |
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. |