summaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2019-10-29 20:23:30 +0000
committergVisor bot <gvisor-bot@google.com>2019-10-29 20:23:30 +0000
commita3fdb33c4583a9443abca60e479884e0bf45919f (patch)
tree47e6019abb94433b53c1d35cf179cdf44e58b0e8 /third_party
parentfd17402e9a4d1e8f6bbc381f0f28bdc104c09847 (diff)
parentc0b8fd4b6a9fcb595f3200577b93d07737cfaacd (diff)
Merge release-20190806.1-340-gc0b8fd4 (automated)
Diffstat (limited to 'third_party')
-rw-r--r--third_party/gvsync/downgradable_rwmutex_1_13_unsafe.go2
-rw-r--r--third_party/gvsync/downgradable_rwmutex_unsafe.go2
-rw-r--r--third_party/gvsync/memmove_unsafe.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/third_party/gvsync/downgradable_rwmutex_1_13_unsafe.go b/third_party/gvsync/downgradable_rwmutex_1_13_unsafe.go
index 8baec5458..3b9346843 100644
--- a/third_party/gvsync/downgradable_rwmutex_1_13_unsafe.go
+++ b/third_party/gvsync/downgradable_rwmutex_1_13_unsafe.go
@@ -4,7 +4,7 @@
// license that can be found in the LICENSE file.
// +build go1.13
-// +build !go1.14
+// +build !go1.15
// Check go:linkname function signatures when updating Go version.
diff --git a/third_party/gvsync/downgradable_rwmutex_unsafe.go b/third_party/gvsync/downgradable_rwmutex_unsafe.go
index 1f6007aa1..b7862d185 100644
--- a/third_party/gvsync/downgradable_rwmutex_unsafe.go
+++ b/third_party/gvsync/downgradable_rwmutex_unsafe.go
@@ -4,7 +4,7 @@
// license that can be found in the LICENSE file.
// +build go1.12
-// +build !go1.14
+// +build !go1.15
// Check go:linkname function signatures when updating Go version.
diff --git a/third_party/gvsync/memmove_unsafe.go b/third_party/gvsync/memmove_unsafe.go
index 84b69f215..9dd1d6142 100644
--- a/third_party/gvsync/memmove_unsafe.go
+++ b/third_party/gvsync/memmove_unsafe.go
@@ -4,7 +4,7 @@
// license that can be found in the LICENSE file.
// +build go1.12
-// +build !go1.14
+// +build !go1.15
// Check go:linkname function signatures when updating Go version.