summaryrefslogtreecommitdiffhomepage
path: root/pkg/sync/mutex_unsafe.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-05-29 22:46:46 +0000
committergVisor bot <gvisor-bot@google.com>2020-05-29 22:46:46 +0000
commit1ca003b78a6e1c633f5112b58f4ec81cf445afdf (patch)
treed5186c91d929d14ad529f1b13d3581d9bea1d196 /pkg/sync/mutex_unsafe.go
parent7ce4a9b2edd6d65bbf3d21edc5db2bdae9b0cf49 (diff)
parent65569cfca08a99e3700108cec64f3aa443c357b0 (diff)
Merge release-20200522.0-42-g65569cfc (automated)
Diffstat (limited to 'pkg/sync/mutex_unsafe.go')
-rw-r--r--pkg/sync/mutex_unsafe.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sync/mutex_unsafe.go b/pkg/sync/mutex_unsafe.go
index 3dd15578b..dc034d561 100644
--- a/pkg/sync/mutex_unsafe.go
+++ b/pkg/sync/mutex_unsafe.go
@@ -4,7 +4,7 @@
// license that can be found in the LICENSE file.
// +build go1.13
-// +build !go1.15
+// +build !go1.16
// When updating the build constraint (above), check that syncMutex matches the
// standard library sync.Mutex definition.